1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-27 17:09:53 +02:00

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
This commit is contained in:
Kurt Madsen
2019-05-02 17:06:04 -06:00
committed by Ian Storm Taylor
parent 45b6d245af
commit cf46e9d3d4

View File

@@ -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'],