From 39a2c06331e41257343f2fe902e4918cd4ebffc9 Mon Sep 17 00:00:00 2001 From: khai96_ Date: Fri, 13 Mar 2026 07:11:34 +0700 Subject: [PATCH] docs: remove trailing period --- releasing/plugin-commands-publishing/src/otp.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releasing/plugin-commands-publishing/src/otp.ts b/releasing/plugin-commands-publishing/src/otp.ts index 7bdc078e58..a6b5b5604b 100644 --- a/releasing/plugin-commands-publishing/src/otp.ts +++ b/releasing/plugin-commands-publishing/src/otp.ts @@ -278,8 +278,8 @@ export class OtpWebAuthTimeoutError extends PnpmError { export class OtpNonInteractiveError extends PnpmError { constructor () { - super('OTP_NON_INTERACTIVE', 'The registry requires additional authentication, but pnpm is not running in an interactive terminal.', { - hint: 'Re-run this command in an interactive terminal to complete authentication, or provide the --otp option if you are using a classic one-time password (OTP).', + super('OTP_NON_INTERACTIVE', 'The registry requires additional authentication, but pnpm is not running in an interactive terminal', { + hint: 'Re-run this command in an interactive terminal to complete authentication, or provide the --otp option if you are using a classic one-time password (OTP)', }) } }