diff --git a/docs/docs/modules/keyboard.md b/docs/docs/modules/keyboard.md index 37d3792bab..215ff63cd9 100644 --- a/docs/docs/modules/keyboard.md +++ b/docs/docs/modules/keyboard.md @@ -104,7 +104,7 @@ quill.keyboard.addBinding({ key: Keyboard.keys.ENTER }, { #### format -When an Array, handler will be called if *any* of the specified formats are active. When an Object, *all* specified formats conditions must be met. In either case, the context parameter will be an Object of all current active formats, the same returned by `quill.getFormat()`. +When an Array, handler will be called if *any* of the specified formats are active. When an Object, *all* specified formats conditions must be met. In either case, the format property of the context parameter will be an Object of all current active formats, the same returned by `quill.getFormat()`. ```js var context = {