Skip to content

Commit 3c53d63

Browse files
rethabwraithgar
authored andcommitted
fix(docs): typo in package-lock.json docs
PR-URL: #3307 Credit: @rethab Close: #3307 Reviewed-by: @wraithgar
1 parent a574b51 commit 3c53d63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/configuring-npm/package-lock-json.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ various purposes:
3636
Both of these files have the same format, and perform similar functions in
3737
the root of a project.
3838

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

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

0 commit comments

Comments
 (0)