summaryrefslogtreecommitdiff
path: root/deps/npm/man/man5/npm-json.5
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man5/npm-json.5')
-rw-r--r--deps/npm/man/man5/npm-json.52
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/man/man5/npm-json.5 b/deps/npm/man/man5/npm-json.5
index 64706f1732..ed3ee7c241 100644
--- a/deps/npm/man/man5/npm-json.5
+++ b/deps/npm/man/man5/npm-json.5
@@ -593,7 +593,7 @@ themselves\. In dev mode (ie, locally running \fBnpm install\fR), it'll
run this script as well, so that you can test it easily\.
.SH peerDependencies
.P
-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 \fBrequire\fR of this host\.
This is usually referred to as a \fIplugin\fR\|\. Notably, your module may be exposing
a specific interface, expected and specified by the host documentation\.