Skip to content

Commit

Permalink
config/allconfig: Fix typo
Browse files Browse the repository at this point in the history
Closes #12134
  • Loading branch information
jmooring committed Feb 23, 2024
1 parent 7508a16 commit 80e6934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/allconfig/load.go
Expand Up @@ -189,7 +189,7 @@ func (l configLoader) applyDefaultConfig() error {
"menus": maps.Params{},
"disableLiveReload": false,
"pluralizeListTitles": true,
"CapitalizeListTitles": true,
"capitalizeListTitles": true,
"forceSyncStatic": false,
"footnoteAnchorPrefix": "",
"footnoteReturnLinkContents": "",
Expand Down

0 comments on commit 80e6934

Please sign in to comment.