Skip to content

Commit 15cbbe6

Browse files
authored
Fix typo: Shortucts -> Shortcuts (#33)
1 parent 7bde557 commit 15cbbe6

File tree

1 file changed

+1
-1
lines changed
  • Content/docs/generators/partials

1 file changed

+1
-1
lines changed

Content/docs/generators/partials/menu.fsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ let menu (ctx : SiteContents) (page: string) =
9999

100100
let renderShortucuts =
101101
section [Id "shortcuts"] [
102-
h3 [] [!! "Shortucts"]
102+
h3 [] [!! "Shortcuts"]
103103
ul [] [
104104
for s in shortcuts do
105105
yield

0 commit comments

Comments
 (0)