Skip to content

Commit

Permalink
docs: don't wrap inline code blocks over lines
Browse files Browse the repository at this point in the history
Some markdown parsers don't like wrapping inline code blocks over
multiple lines.

PR-URL: npm#2030
Credit: @ethomson
Close: npm#2030
Reviewed-by: @isaacs
  • Loading branch information
ethomson authored and isaacs committed Oct 23, 2020
1 parent 0d7f124 commit 7d72b68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/commands/npm-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ following order of precedence:
* `package-lock.json`
* `yarn.lock`

See [package-lock.json](/configuring-npm/package-lock-json) and [`npm
shrinkwrap`](/commands/npm-shrinkwrap).
See [package-lock.json](/configuring-npm/package-lock-json) and
[`npm shrinkwrap`](/commands/npm-shrinkwrap).

A `package` is:

Expand Down

0 comments on commit 7d72b68

Please sign in to comment.