From cf46e9d3d4fddae8b86fe7ae7a097d07b2baf306 Mon Sep 17 00:00:00 2001 From: Kurt Madsen Date: Thu, 2 May 2019 17:06:04 -0600 Subject: [PATCH] Update "Check Lists" nav item to "Checklists" (#2731) ;checklist: (noun) a list of items required, things to be done, or points to be considered, used as a reminder. "Check List" sound like an action, not the thing being shown --- examples/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/app.js b/examples/app.js index 357c7c1ea2..f03e8c4a03 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'],