From 3e7e9c0ac49c169d4c059f6a1de4e45094a22ef5 Mon Sep 17 00:00:00 2001 From: Matthew Duek Date: Mon, 9 Nov 2020 09:18:04 -0500 Subject: [PATCH] Update keyboard.md Fixes small typo in commented out section of code block. --- docs/docs/modules/keyboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/modules/keyboard.md b/docs/docs/modules/keyboard.md index 72784f8404..bcc756ca18 100644 --- a/docs/docs/modules/keyboard.md +++ b/docs/docs/modules/keyboard.md @@ -130,7 +130,7 @@ Regex that must match the text immediately preceding the user's selection's star // When the user types space... quill.keyboard.addBinding({ key: ' ' }, { collapsed: true, - format: { list: false }, // ...on an line that's not already a list + format: { list: false }, // ...on a line that's not already a list prefix: /^-$/, // ...following a '-' character offset: 1, // ...at the 1st position of the line, // otherwise handler would trigger if the user