From aa9409a0270bdfdd33dc44b3fbf1a5b825b68e24 Mon Sep 17 00:00:00 2001 From: Carlo Beltrame Date: Mon, 21 Jun 2021 11:18:28 +0200 Subject: [PATCH] Improve demo text for gapcursor --- docs/src/demos/Extensions/Gapcursor/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/demos/Extensions/Gapcursor/index.vue b/docs/src/demos/Extensions/Gapcursor/index.vue index 4044fe25..8756906f 100644 --- a/docs/src/demos/Extensions/Gapcursor/index.vue +++ b/docs/src/demos/Extensions/Gapcursor/index.vue @@ -33,7 +33,7 @@ export default { Gapcursor, ], content: ` -

Try to set the cursor behind the image with your arrow keys! You should see big blinking cursor right from the image. This is the gapcursor.

+

Try to move the cursor after the image with your arrow keys! You should see a horizontal blinking cursor below the image. This is the gapcursor.

`, })