From 292b0e26ec9253398f7289dcf096691f63de2d96 Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Mon, 14 Sep 2020 07:39:19 +0200 Subject: [PATCH] typo: already -> already --- commands/mod_npm.go | 2 +- docs/content/en/commands/hugo_mod_npm_pack.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/mod_npm.go b/commands/mod_npm.go index 15c875d8..a73908e7 100644 --- a/commands/mod_npm.go +++ b/commands/mod_npm.go @@ -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. diff --git a/docs/content/en/commands/hugo_mod_npm_pack.md b/docs/content/en/commands/hugo_mod_npm_pack.md index cebf09cc..4b395154 100644 --- a/docs/content/en/commands/hugo_mod_npm_pack.md +++ b/docs/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.