diff --git a/examples/app.js b/examples/app.js index 357c7c1ea..f03e8c4a0 100644 --- a/examples/app.js +++ b/examples/app.js @@ -43,7 +43,7 @@ import Placeholder from './placeholder' */ const EXAMPLES = [ - ['Check Lists', CheckLists, '/check-lists'], + ['Checklists', CheckLists, '/check-lists'], ['Code Highlighting', CodeHighlighting, '/code-highlighting'], ['Composition', Composition, '/composition/:subpage?'], ['Embeds', Embeds, '/embeds'],