From 77ed93357b3fc15cbad58bb4d6d15130e6f5ca37 Mon Sep 17 00:00:00 2001 From: haqer1 Date: Thu, 21 May 2020 16:13:08 +0600 Subject: [PATCH] Update keyboard.md Fix-up "initization": should be "initialization" --- 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 215ff63cd9..72784f8404 100644 --- a/docs/docs/modules/keyboard.md +++ b/docs/docs/modules/keyboard.md @@ -155,7 +155,7 @@ The same as [`prefix`](#prefix) except matching text immediately following the u ### Configuration -By default, Quill comes with several useful key bindings, for example indenting lists with tabs. You can add your own upon initization. +By default, Quill comes with several useful key bindings, for example indenting lists with tabs. You can add your own upon initialization. Some bindings are essential to preventing dangerous browser defaults, such as the enter and backspace keys. You cannot remove these bindings to revert to native browser behaviors. However since bindings specified in the configuration will run before Quill's defaults, you can handle special cases and propagate to Quill's otherwise.