From 56bd4bfc0f048e666fac32050665adeefddd37f4 Mon Sep 17 00:00:00 2001 From: Phil Rajchgot Date: Wed, 30 Jan 2019 00:23:32 -0500 Subject: [PATCH] clearer language (#2456) * clearer language * add back parameter --- 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 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 = {