Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaijiro Wachi <daijiro.wachi@gmail.com>2018-07-18 05:57:38 +0300
committerKat Marchán <kzm@zkat.tech>2018-07-18 05:57:38 +0300
commit4f39f79bcacef11bf2f98d09730bc94d0379789b (patch)
tree835ca863f494e25936810104bb718cca9578c887 /doc
parentca03013c23ff38e12902e9569a61265c2d613738 (diff)
docs: fix typo in file-specifiers and package-lock (#16)
+ specifer => specifiers + relavent => relevant + properities => properties PR-URL: https://github.com/npm/cli/pull/16 Credit: @watilde Reviewed-By: @zkat
Diffstat (limited to 'doc')
-rw-r--r--doc/spec/file-specifiers.md2
-rw-r--r--doc/spec/package-lock.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/spec/file-specifiers.md b/doc/spec/file-specifiers.md
index 8e9e73d4d..de294045e 100644
--- a/doc/spec/file-specifiers.md
+++ b/doc/spec/file-specifiers.md
@@ -134,7 +134,7 @@ example-package@1.0.0 /path/to/example-package
+-- a -> file:../a
```
-Of note here: No version is included as the relavent detail is WHERE the
+Of note here: No version is included as the relevant detail is WHERE the
package came from, not what version happened to be in that path.
### Outdated
diff --git a/doc/spec/package-lock.md b/doc/spec/package-lock.md
index e1cc6941a..9da5d8c03 100644
--- a/doc/spec/package-lock.md
+++ b/doc/spec/package-lock.md
@@ -269,7 +269,7 @@ nothing requires it any more.
## Additional fields / Adding new fields
Installers should ignore any field they aren't aware of. It's not an error
-to have additional properities in the package-lock or lock file.
+to have additional properties in the package-lock or lock file.
Installers that want to add new fields should either have one added via RFC
in the npm issue tracker and an accompanying documentation PR, or should prefix