docs: remove trailing period

This commit is contained in:
khai96_
2026-03-13 07:11:34 +07:00
parent 424e4dfcaf
commit 39a2c06331

View File

@@ -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)',
})
}
}