typo: already -> already
authorDaniel Holbach <daniel@weave.works>
Mon, 14 Sep 2020 05:39:19 +0000 (07:39 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 14 Sep 2020 08:15:59 +0000 (10:15 +0200)
commands/mod_npm.go
docs/content/en/commands/hugo_mod_npm_pack.md

index 15c875d8e66190d66d61c482feb93fbf19075961..a73908e7a77b8bab7633cefcdcdf52f0d4e482c8 100644 (file)
@@ -37,7 +37,7 @@ func newModNPMCmd(c *modCmd) *cobra.Command {
                Short: "Experimental: Prepares and writes a composite package.json file for your project.",
                Long: `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.
index cebf09cce97603ade2bf91f6f4eadc4cc642cefb..4b3951547194ff8850d54c02d4a11b0d6c8fb65b 100644 (file)
@@ -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.