Skip to content

Commit

Permalink
typo: already -> already
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Holbach authored and bep committed Sep 14, 2020
1 parent df56682 commit 292b0e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commands/mod_npm.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/commands/hugo_mod_npm_pack.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 292b0e2

Please sign in to comment.