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:
authorHoward T. Chiam <hchiam@users.noreply.github.com>2018-07-11 01:05:17 +0300
committerKat Marchán <kzm@zkat.tech>2018-07-11 01:41:42 +0300
commit5724983ea8f153fb122f9c0ccab6094a26dfc631 (patch)
tree1159fe16b04805543ba06efb6687f8a9d432a6be /doc
parent90c759fee6055cf61cf6709432a5e6eae6278096 (diff)
docs: remove back-ticks not being parsed as markdown (#21165)
npm install foo, not npm install foo`` PR-URL: https://github.com/npm/npm/pull/21165 Credit: @hchiam Reviewed-By: @zkat
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/npm-disputes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/npm-disputes.md b/doc/misc/npm-disputes.md
index 47644888d..d247cf05b 100644
--- a/doc/misc/npm-disputes.md
+++ b/doc/misc/npm-disputes.md
@@ -39,7 +39,7 @@ some other user wants to use that name. Here are some common ways that happens
really has to be updated. Alice works for Foo Inc, the makers of the
critically acclaimed and widely-marketed `foo` JavaScript toolkit framework.
They publish it to npm as `foojs`, but people are routinely confused when
- `npm install `foo`` is some different thing.
+ `npm install foo` is some different thing.
4. Yusuf writes a parser for the widely-known `foo` file format, because he
needs it for work. Then, he gets a new job, and never updates the prototype.
Later on, Alice writes a much more complete `foo` parser, but can't publish,