summaryrefslogtreecommitdiffstats
path: root/hugolib/hugo_modules_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/hugo_modules_test.go')
-rw-r--r--hugolib/hugo_modules_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/hugolib/hugo_modules_test.go b/hugolib/hugo_modules_test.go
index f63da5a07..4946d0f59 100644
--- a/hugolib/hugo_modules_test.go
+++ b/hugolib/hugo_modules_test.go
@@ -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()