From 8c3c7ada87dd5d972e17b3ec320906057d54e4e8 Mon Sep 17 00:00:00 2001 From: hoangbits Date: Fri, 9 Apr 2021 06:59:36 +0700 Subject: [PATCH] Update images.tsx (#4180) --- site/examples/images.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/examples/images.tsx b/site/examples/images.tsx index 24e4bc864..595377c96 100644 --- a/site/examples/images.tsx +++ b/site/examples/images.tsx @@ -155,7 +155,7 @@ const initialValue: Descendant[] = [ children: [ { text: - 'This example shows images in action. It features two ways to add images. You can either add an image via the toolbar icon above, or if you want in on a little secret, copy an image URL to your keyboard and paste it anywhere in the editor!', + 'This example shows images in action. It features two ways to add images. You can either add an image via the toolbar icon above, or if you want in on a little secret, copy an image URL to your clipboard and paste it anywhere in the editor!', }, ], },