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:
authorRachel Hutchison <rhutchix@intel.com>2015-06-13 01:23:23 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-06-19 04:30:17 +0300
commitbed9edddfdcc6d22a80feab33b53e4ef9172ec72 (patch)
treeb5832f39784a078b6fbfa9b6325e00a5d79a3e70 /doc
parent7ce2f06f6f34d469b1d2e248084d4f3fef10c05e (diff)
doc: ware -> are in version docs
PR-URL: https://github.com/npm/npm/pull/8554
Diffstat (limited to 'doc')
-rw-r--r--doc/cli/npm-version.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cli/npm-version.md b/doc/cli/npm-version.md
index 63a5e9512..17a4d9dbb 100644
--- a/doc/cli/npm-version.md
+++ b/doc/cli/npm-version.md
@@ -42,7 +42,7 @@ in your git config for this to work properly. For example:
If "preversion", "version", "postversion" in the "scripts" property of
the package.json, it will execute by running `npm version`. preversion
-and version ware executed before bump the package version, postversion
+and version are executed before bump the package version, postversion
was executed after bump the package version. For example to run `npm version`
after passed all test: