summaryrefslogtreecommitdiff
path: root/deps/npm/html/partial/doc/files/package.json.html
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/html/partial/doc/files/package.json.html')
-rw-r--r--deps/npm/html/partial/doc/files/package.json.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/html/partial/doc/files/package.json.html b/deps/npm/html/partial/doc/files/package.json.html
index 055f8c4860..752a10cbe5 100644
--- a/deps/npm/html/partial/doc/files/package.json.html
+++ b/deps/npm/html/partial/doc/files/package.json.html
@@ -363,7 +363,7 @@ can consume the functionality without requiring them to compile it
themselves. In dev mode (ie, locally running <code>npm install</code>), it&#39;ll
run this script as well, so that you can test it easily.</p>
<h2 id="peerdependencies">peerDependencies</h2>
-<p>In some cases, you want to express the compatibility of your package with an
+<p>In some cases, you want to express the compatibility of your package with a
host tool or library, while not necessarily doing a <code>require</code> of this host.
This is usually referred to as a <em>plugin</em>. Notably, your module may be exposing
a specific interface, expected and specified by the host documentation.</p>