summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDaniel Holbach <daniel@weave.works>2020-09-14 07:39:19 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-09-14 10:15:59 +0200
commit292b0e26ec9253398f7289dcf096691f63de2d96 (patch)
treec1bb444e869527d0b59c0e4d00db680cc7b67c41 /docs
parentdf56682a105ec5452b8ab2efeb6058d4b83f764c (diff)
typo: already -> already
Diffstat (limited to 'docs')
-rw-r--r--docs/content/en/commands/hugo_mod_npm_pack.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/commands/hugo_mod_npm_pack.md b/docs/content/en/commands/hugo_mod_npm_pack.md
index cebf09cce..4b3951547 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.