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:
authorEduardo Pinho <enet4mikeenet@gmail.com>2015-06-04 16:35:04 +0300
committerKat Marchán <kzm@sykosomatic.org>2015-06-05 00:23:03 +0300
commit3901e4974c800e7f9fba4a5b2ff88da1126d5ef8 (patch)
tree3475ee1b6fe2aba4b36a00f57e912af92e08b4c9 /doc
parent5a744e4b143ef7b2f50c80a1d96fdae4204d452b (diff)
doc: Fix minor typo in package.json.md
Corrected a typo in _peerDependencies_: "a host tool or library" rather than "an host tool or library" PR-URL: https://github.com/npm/npm/pull/8462
Diffstat (limited to 'doc')
-rw-r--r--doc/files/package.json.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/files/package.json.md b/doc/files/package.json.md
index 0f091bc83..ad2b6623a 100644
--- a/doc/files/package.json.md
+++ b/doc/files/package.json.md
@@ -499,7 +499,7 @@ run this script as well, so that you can test it easily.
## peerDependencies
-In some cases, you want to express the compatibility of your package with an
+In some cases, you want to express the compatibility of your package with a
host tool or library, while not necessarily doing a `require` of this host.
This is usually referred to as a *plugin*. Notably, your module may be exposing
a specific interface, expected and specified by the host documentation.