mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-28 06:30:33 +03:00
all: Fix minor typos
This commit is contained in:
parent
21fa1e86f2
commit
04b89857e1
67 changed files with 124 additions and 124 deletions
|
@ -151,7 +151,7 @@ JS imported in module: |
|
|||
"devDependencies": {
|
||||
"postcss-cli": "7.8.0",
|
||||
"tailwindcss": "1.8.0"
|
||||
|
||||
|
||||
}
|
||||
}`)
|
||||
|
||||
|
@ -375,7 +375,7 @@ module github.com/gohugoio/tests/testHugoModules
|
|||
}
|
||||
|
||||
func createChildModMatchers(m *mods.Md, ignoreVendor, vendored bool) []string {
|
||||
// Child depdendencies are one behind.
|
||||
// Child dependencies are one behind.
|
||||
expectMinorVersion := 3
|
||||
|
||||
if !ignoreVendor && vendored {
|
||||
|
@ -1078,7 +1078,7 @@ workingDir=%q
|
|||
[[module.mounts]]
|
||||
source = %q
|
||||
target = "content"
|
||||
|
||||
|
||||
`, workDir, absContentDir)
|
||||
|
||||
defer clean1()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue