From 8cd6b4f473ec11b8fac2cafd12617ac07653ddf5 Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Mon, 14 Sep 2020 07:39:19 +0200 Subject: [PATCH] typo: already -> already --- content/en/commands/hugo_mod_npm_pack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/commands/hugo_mod_npm_pack.md b/content/en/commands/hugo_mod_npm_pack.md index cebf09cce..4b3951547 100644 --- a/content/en/commands/hugo_mod_npm_pack.md +++ b/content/en/commands/hugo_mod_npm_pack.md @@ -12,7 +12,7 @@ Experimental: Prepares and writes a composite package.json file for your project Prepares and writes a composite package.json file for your project. -On first run it creates a "package.hugo.json" in the project root if not alread there. This file will be used as a template file +On first run it creates a "package.hugo.json" in the project root if not already there. This file will be used as a template file with the base dependency set. This set will be merged with all "package.hugo.json" files found in the dependency tree, picking the version closest to the project.