Skip to content

Commit adc2d00

Browse files
authored
fix typo in package-lock.json docs
1 parent a3f50fd commit adc2d00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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)