summaryrefslogtreecommitdiffstats
path: root/hugolib/rebuild_test.go
diff options
context:
space:
mode:
authorChristian Oliff <christianoliff@pm.me>2024-02-18 20:16:30 +0900
committerGitHub <noreply@github.com>2024-02-18 12:16:30 +0100
commit168d3757841d2064e11f8d122797e2771273d367 (patch)
treec805e6633220d8dda3197589aa6d7c270909d2bc /hugolib/rebuild_test.go
parent4a53fd56b71c8a2f83e5ace38bd7a54000c30f94 (diff)
all: Fix typos and some URLs
Diffstat (limited to 'hugolib/rebuild_test.go')
-rw-r--r--hugolib/rebuild_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/hugolib/rebuild_test.go b/hugolib/rebuild_test.go
index 6e43a4570..f599d640d 100644
--- a/hugolib/rebuild_test.go
+++ b/hugolib/rebuild_test.go
@@ -462,7 +462,7 @@ func TestRebuildVariations(t *testing.T) {
files := `
-- hugo.toml --
baseURL = "https://example.com"
-disdableKinds = ["term", "taxonomy"]
+disableKinds = ["term", "taxonomy"]
disableLiveReload = true
defaultContentLanguage = "nn"
paginate = 20
@@ -597,7 +597,7 @@ Codeblock Include: {{ .Title }}|
// - Edit content file direct
// - Edit content file transitive shortcode
// - Edit content file transitive render hook
- // - Rename one languge version of a content file
+ // - Rename one language version of a content file
// - Delete content file, check site.RegularPages and section.RegularPagesRecursive (length)
// - Add content file (see above).
// - Edit shortcode
@@ -1284,7 +1284,7 @@ func benchmarkFilesEdit(count int) string {
files := `
-- hugo.toml --
baseURL = "https://example.com"
-disdableKinds = ["term", "taxonomy"]
+disableKinds = ["term", "taxonomy"]
disableLiveReload = true
-- layouts/_default/single.html --
Single: {{ .Title }}|{{ .Content }}|