diff options
author | Christian Oliff <[email protected]> | 2024-02-18 20:16:30 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-18 12:16:30 +0100 |
commit | 168d3757841d2064e11f8d122797e2771273d367 (patch) | |
tree | c805e6633220d8dda3197589aa6d7c270909d2bc /hugolib/rebuild_test.go | |
parent | 4a53fd56b71c8a2f83e5ace38bd7a54000c30f94 (diff) | |
download | hugo-168d3757841d2064e11f8d122797e2771273d367.tar.gz hugo-168d3757841d2064e11f8d122797e2771273d367.zip |
all: Fix typos and some URLs
Diffstat (limited to 'hugolib/rebuild_test.go')
-rw-r--r-- | hugolib/rebuild_test.go | 6 |
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 }}| |