From b895136f3b73ad9cda65dcce10dacdbf7cd05b81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89douard=20Lopez?= Date: Tue, 13 Nov 2018 17:06:14 +0100 Subject: [PATCH] remove backtick that broke parsing link was show as code instead of HTML --- doc/cli/npm-ci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cli/npm-ci.md b/doc/cli/npm-ci.md index b1406e36a5587..3b9496ec68264 100644 --- a/doc/cli/npm-ci.md +++ b/doc/cli/npm-ci.md @@ -37,7 +37,7 @@ cache: ## DESCRIPTION -This command is similar to `npm-install(1)`, except it's meant to be used in +This command is similar to npm-install(1), except it's meant to be used in automated environments such as test platforms, continuous integration, and deployment. It can be significantly faster than a regular npm install by skipping certain user-oriented features. It is also more strict than a regular