Skip to content

Commit 7c7974b

Browse files
jmooringbep
authored andcommitted
Fix typo in docshelper.go
Fixes #8380
1 parent 5656a90 commit 7c7974b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

output/docshelper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func createLayoutExamples() interface{} {
5555
{"Home page with type set", LayoutDescriptor{Kind: "home", Type: demoType}, HTMLFormat},
5656
{"Base template for home page with type set", LayoutDescriptor{Baseof: true, Kind: "home", Type: demoType}, HTMLFormat},
5757
{"Home page with layout set", LayoutDescriptor{Kind: "home", Type: "page", Layout: demoLayout}, HTMLFormat},
58-
{`AMP home, French language"`, LayoutDescriptor{Kind: "home", Type: "page", Lang: "fr"}, AMPFormat},
58+
{"AMP home, French language", LayoutDescriptor{Kind: "home", Type: "page", Lang: "fr"}, AMPFormat},
5959
{"JSON home", LayoutDescriptor{Kind: "home", Type: "page"}, JSONFormat},
6060
{"RSS home", LayoutDescriptor{Kind: "home", Type: "page"}, RSSFormat},
6161
{"RSS section posts", LayoutDescriptor{Kind: "section", Type: "posts"}, RSSFormat},

0 commit comments

Comments
 (0)