From af186e1c277337e431d3ef4ff284ae0d467081e5 Mon Sep 17 00:00:00 2001 From: Michael Garvin Date: Wed, 13 Jan 2021 15:24:25 -0800 Subject: [PATCH] fix(docs): clean up `npm shrinkwrap` docs Just a small spelling fix and some width reformatting --- docs/content/commands/npm-shrinkwrap.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/content/commands/npm-shrinkwrap.md b/docs/content/commands/npm-shrinkwrap.md index 05d5706b9f9f1..2ad9d96c1a85c 100644 --- a/docs/content/commands/npm-shrinkwrap.md +++ b/docs/content/commands/npm-shrinkwrap.md @@ -12,11 +12,12 @@ npm shrinkwrap ### Description -This command repurposes `package-lock.json` into a publishable -`npm-shrinkwrap.json` or simply creates a new one. The file created and updated -by this command will then take precedence over any other existing or future -`package-lock.json` files. For a detailed explanation of the design and purpose -of package locks in npm, see [package-locks](/configuring-npm/package-locks). +This command re-purposes `package-lock.json` into a publishable +`npm-shrinkwrap.json` or simply creates a new one. The file created and +updated by this command will then take precedence over any other +existing or future `package-lock.json` files. For a detailed explanation +of the design and purpose of package locks in npm, see +[package-locks](/configuring-npm/package-locks). ### See Also