all: Fix minor typos

This commit is contained in:
Phil Davis 2020-12-16 16:56:32 +05:45 committed by GitHub
parent 21fa1e86f2
commit 04b89857e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
67 changed files with 124 additions and 124 deletions

View file

@ -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()