Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: fix spelling: cannot
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Oct 1, 2025
commit ebdb4336b4d841a328117f734d5849e67c0ea36f
2 changes: 1 addition & 1 deletion workspaces/libnpmaccess/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const setMfa = async (pkg, level, opts) => {
body.publish_requires_tfa = false
break
case 'publish':
// tfa is required, automation tokens can not override tfa
// tfa is required, automation tokens cannot override tfa
body.publish_requires_tfa = true
body.automation_token_overrides_tfa = false
break
Expand Down