From c0346b158fc25ab6ca9954d4dd78d9e62f573a41 Mon Sep 17 00:00:00 2001
From: Brett Zamir <brettz9@yahoo.com>
Date: Wed, 6 Nov 2019 10:50:01 +0800
Subject: [PATCH] chore(docs): fix spelling mistake in npm-install.md docs

PR-URL: https://github.com/npm/cli/pull/285
Credit: @brettz9
Close: #285
Reviewed-by: @claudiahdz
---
 docs/content/cli-commands/npm-install.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/cli-commands/npm-install.md b/docs/content/cli-commands/npm-install.md
index 7110e303a7426..f785e40922457 100644
--- a/docs/content/cli-commands/npm-install.md
+++ b/docs/content/cli-commands/npm-install.md
@@ -358,7 +358,7 @@ npm install sax --force
 ```
 
 The `--no-fund` argument will hide the message displayed at the end of each
-install that aknowledges the number of dependencies looking for funding.
+install that acknowledges the number of dependencies looking for funding.
 See `npm-fund(1)`
 
 The `-g` or `--global` argument will cause npm to install the package globally