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:
authorRob Lourens <roblourens@gmail.com>2018-06-29 00:56:03 +0300
committerKat Marchán <kzm@zkat.tech>2018-06-29 00:56:03 +0300
commit3924c72d06b9216ac2b6a9d951fd565a1d5eda89 (patch)
treea9234e0314eabcc778c245ba856a725f397857fe /doc
parent9fc0dc4f58d728bac6a8db7143d04863d7b653db (diff)
docs: Add missing "if" (#21064)
PR-URL: https://github.com/npm/npm/pull/21064 Credit: @roblourens Reviewed-By: @zkat
Diffstat (limited to 'doc')
-rw-r--r--doc/cli/npm-dist-tag.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cli/npm-dist-tag.md b/doc/cli/npm-dist-tag.md
index 14ce2d3f5..4572644ce 100644
--- a/doc/cli/npm-dist-tag.md
+++ b/doc/cli/npm-dist-tag.md
@@ -15,7 +15,7 @@ Add, remove, and enumerate distribution tags on a package:
* add:
Tags the specified version of the package with the specified tag, or the
- `--tag` config if not specified. The tag you're adding is `latest` and you
+ `--tag` config if not specified. If the tag you're adding is `latest` and you
have two-factor authentication on auth-and-writes then you'll need to include
an otp on the command line with `--otp`.