mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
typo: already -> already
This commit is contained in:
parent
df56682a10
commit
292b0e26ec
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ func newModNPMCmd(c *modCmd) *cobra.Command {
|
||||||
Short: "Experimental: Prepares and writes a composite package.json file for your project.",
|
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.
|
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.
|
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.
|
This set will be merged with all "package.hugo.json" files found in the dependency tree, picking the version closest to the project.
|
||||||
|
|
|
@ -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.
|
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.
|
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.
|
This set will be merged with all "package.hugo.json" files found in the dependency tree, picking the version closest to the project.
|
||||||
|
|
Loading…
Reference in a new issue