From 00baf716e5f857b770d85f31f169dfb58275ef89 Mon Sep 17 00:00:00 2001 From: MounirHamani Date: Tue, 26 Oct 2021 17:42:38 +0100 Subject: [PATCH] Fix wording in the Authoring Experience documentation --- docs/getting-started/create-block/author-experience.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/create-block/author-experience.md b/docs/getting-started/create-block/author-experience.md index 2f3556c0b0d2d..972cc909a6509 100644 --- a/docs/getting-started/create-block/author-experience.md +++ b/docs/getting-started/create-block/author-experience.md @@ -73,7 +73,7 @@ attributes.message && ! isSelected; If the message is set and `!isSelected`, meaning we are not editing the block, the focus is elsewhere, then display the message not the text field. -All so this combined together here's what the edit function looks like this: +All of this combined together, here's what the edit function looks like: ```jsx import { Placeholder, TextControl } from '@wordpress/components';