From d82f7089e586a4e20b4dbf4236a327ca7357dc57 Mon Sep 17 00:00:00 2001 From: DZ Date: Fri, 8 Jul 2022 16:09:51 +0200 Subject: [PATCH] fix typo --- docs/content/commands/npm-ci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/commands/npm-ci.md b/docs/content/commands/npm-ci.md index 9b8238d05a3b9..7427c1f187f72 100644 --- a/docs/content/commands/npm-ci.md +++ b/docs/content/commands/npm-ci.md @@ -13,7 +13,7 @@ description: Clean install a project ```bash npm ci -aliases: clean-install, ic, install-clean, isntall-clean +aliases: clean-install, ic, install-clean, install-clean ```