Skip to content
This repository was archived by the owner on Aug 11, 2022. It is now read-only.

Commit 5724983

Browse files
hchiamzkat
authored andcommitted
docs: remove back-ticks not being parsed as markdown (#21165)
npm install foo, not npm install foo`` PR-URL: #21165 Credit: @hchiam Reviewed-By: @zkat
1 parent 90c759f commit 5724983

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/misc/npm-disputes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ some other user wants to use that name. Here are some common ways that happens
3939
really has to be updated. Alice works for Foo Inc, the makers of the
4040
critically acclaimed and widely-marketed `foo` JavaScript toolkit framework.
4141
They publish it to npm as `foojs`, but people are routinely confused when
42-
`npm install `foo`` is some different thing.
42+
`npm install foo` is some different thing.
4343
4. Yusuf writes a parser for the widely-known `foo` file format, because he
4444
needs it for work. Then, he gets a new job, and never updates the prototype.
4545
Later on, Alice writes a much more complete `foo` parser, but can't publish,

0 commit comments

Comments
 (0)