Skip to content

Commit f367507

Browse files
authored
fix: spelling (#8624)
1 parent 0a8b8c2 commit f367507

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

workspaces/libnpmaccess/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
- `2668386` deps: [email protected] ([@mikemimik](https://github.com/mikemimik))
230230
- `ef093e2` deps: [email protected] ([@mikemimik](https://github.com/mikemimik))
231231

232-
### Miscellanieous
232+
### Miscellaneous
233233
- `8e33902` chore: basic project updates ([@claudiahdz](https://github.com/claudiahdz))
234234
- `50e1433` fix: update return value; add tests ([@mikemimik](https://github.com/mikemimik))
235235
- `36d5c80` chore: updated gitignore; includes coverage folder ([@mikemimik](https://github.com/mikemimik))

workspaces/libnpmaccess/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const setMfa = async (pkg, level, opts) => {
7373
body.publish_requires_tfa = false
7474
break
7575
case 'publish':
76-
// tfa is required, automation tokens can not override tfa
76+
// tfa is required, automation tokens cannot override tfa
7777
body.publish_requires_tfa = true
7878
body.automation_token_overrides_tfa = false
7979
break

0 commit comments

Comments
 (0)