Skip to content

Commit 889aa0d

Browse files
authored
docs: fix Shortcuts typo in the menu (#584)
1 parent c72dcd6 commit 889aa0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/generators/partials/menu.fsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ let menu (ctx : SiteContents) (page: string) =
5858
]
5959
]
6060

61-
let renderShortucuts =
61+
let renderShortcuts =
6262
section [Id "shortcuts"] [
63-
h3 [] [!! "Shortucts"]
63+
h3 [] [!! "Shortcuts"]
6464
ul [] [
6565
for s in shortcuts do
6666
yield
@@ -96,7 +96,7 @@ let menu (ctx : SiteContents) (page: string) =
9696
]
9797
div [Class "highlightable"] [
9898
ul [Class "topics"] menuHeader
99-
renderShortucuts
99+
renderShortcuts
100100
renderFooter
101101
]
102102
]

0 commit comments

Comments
 (0)