From 5a0a4746263a84955c6a65eb07ed092dbdee7287 Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 23 Jun 2022 11:40:22 +0100 Subject: [PATCH] Update events.md Fixed blur and focus typo, meanings are now correct.. --- docs/content/api/events.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.