diff --git a/docs/content/api/events.md b/docs/content/api/events.md index a76d3a81..7e2e362f 100644 --- a/docs/content/api/events.md +++ b/docs/content/api/events.md @@ -34,16 +34,16 @@ - **Arguments:** `editor: Ref` - Triggered when the editor loses focus. + Triggered when the editor gains focus. ## @blur - **Arguments:** `editor: Ref` - Triggered when the editor gains focus. + Triggered when the editor loses focus. ## @ready - **Arguments:** `quill: Quill` - Triggered after `Quill` initialization. \ No newline at end of file + Triggered after `Quill` initialization.