mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
all: Fix minor typos
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user