Skip to content

Commit

Permalink
fix typo in package-lock.json docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rethab committed May 26, 2021
1 parent a3f50fd commit adc2d00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/configuring-npm/package-lock-json.md
Expand Up @@ -36,8 +36,8 @@ various purposes:
Both of these files have the same format, and perform similar functions in
the root of a project.

The difference is that `package-lock.json` is that it cannot be published,
and it will be ignored if found in any place other than the root project.
The difference is that `package-lock.json` cannot be published, and it will
be ignored if found in any place other than the root project.

In contrast, [npm-shrinkwrap.json](/configuring-npm/npm-shrinkwrap-json) allows
publication, and defines the dependency tree from the point encountered.
Expand Down

0 comments on commit adc2d00

Please sign in to comment.