We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72dcd6 commit 889aa0dCopy full SHA for 889aa0d
docs/generators/partials/menu.fsx
@@ -58,9 +58,9 @@ let menu (ctx : SiteContents) (page: string) =
58
]
59
60
61
- let renderShortucuts =
+ let renderShortcuts =
62
section [Id "shortcuts"] [
63
- h3 [] [!! "Shortucts"]
+ h3 [] [!! "Shortcuts"]
64
ul [] [
65
for s in shortcuts do
66
yield
@@ -96,7 +96,7 @@ let menu (ctx : SiteContents) (page: string) =
96
97
div [Class "highlightable"] [
98
ul [Class "topics"] menuHeader
99
- renderShortucuts
+ renderShortcuts
100
renderFooter
101
102
0 commit comments