ref: 292b0e26ec9253398f7289dcf096691f63de2d96
parent: df56682a105ec5452b8ab2efeb6058d4b83f764c
author: Daniel Holbach <daniel@weave.works>
date: Mon Sep 14 03:39:19 EDT 2020
typo: already -> already
--- a/commands/mod_npm.go
+++ b/commands/mod_npm.go
@@ -37,7 +37,7 @@
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.
--- a/docs/content/en/commands/hugo_mod_npm_pack.md
+++ b/docs/content/en/commands/hugo_mod_npm_pack.md
@@ -12,7 +12,7 @@
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.