Skip to content

Commit

Permalink
docs: update path to commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ethomson authored and isaacs committed Oct 23, 2020
1 parent 362975f commit 09d40b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function htmlMan (man) {
var f = path.basename(man).replace(/[.]([0-9]+)$/, '')
switch (sect) {
case 1:
sect = 'cli-commands'
sect = 'commands'
break
case 5:
sect = 'configuring-npm'
Expand Down

0 comments on commit 09d40b3

Please sign in to comment.