summaryrefslogtreecommitdiffstats
path: root/output
diff options
context:
space:
mode:
authorJoe Mooring <joe.mooring@veriphor.com>2021-03-31 16:43:08 -0700
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-04-01 18:44:39 +0200
commit7c7974b711879938eafc08a2ce242d0f00c8e9e6 (patch)
tree3c2747d55730e912fea1c8cfb8174b936004c64f /output
parent5656a908d837f2aa21837d39712b8ab4aa6db842 (diff)
Fix typo in docshelper.go
Fixes #8380
Diffstat (limited to 'output')
-rw-r--r--output/docshelper.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/output/docshelper.go b/output/docshelper.go
index 95e521ea3..7e1f502df 100644
--- a/output/docshelper.go
+++ b/output/docshelper.go
@@ -55,7 +55,7 @@ func createLayoutExamples() interface{} {
{"Home page with type set", LayoutDescriptor{Kind: "home", Type: demoType}, HTMLFormat},
{"Base template for home page with type set", LayoutDescriptor{Baseof: true, Kind: "home", Type: demoType}, HTMLFormat},
{"Home page with layout set", LayoutDescriptor{Kind: "home", Type: "page", Layout: demoLayout}, HTMLFormat},
- {`AMP home, French language"`, LayoutDescriptor{Kind: "home", Type: "page", Lang: "fr"}, AMPFormat},
+ {"AMP home, French language", LayoutDescriptor{Kind: "home", Type: "page", Lang: "fr"}, AMPFormat},
{"JSON home", LayoutDescriptor{Kind: "home", Type: "page"}, JSONFormat},
{"RSS home", LayoutDescriptor{Kind: "home", Type: "page"}, RSSFormat},
{"RSS section posts", LayoutDescriptor{Kind: "section", Type: "posts"}, RSSFormat},