Skip to content

Commit

Permalink
fix(docs): typo in package-lock.json docs
Browse files Browse the repository at this point in the history
PR-URL: #3307
Credit: @rethab
Close: #3307
Reviewed-by: @wraithgar
  • Loading branch information
rethab authored and wraithgar committed May 26, 2021
1 parent a574b51 commit 3c53d63
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 3c53d63

Please sign in to comment.