diff --git a/docs/README.md b/docs/README.md index 602b42e6dc2796..00392d0aba478a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -10,9 +10,9 @@ The editor consists of several primary elements, as shown in the following figur The elements highlighted in the figure are: -1. **Inserter**: A panel for inserting blocks into the content canvas -2. **Content canvas**: The content editor, which holds content created with blocks -3. **Settings sidebar.**: A sidebar panel for configuring a block’s settings (among other things) +1. **Block Inserter**: A panel for inserting blocks into the content canvas +2. **Content Canvas**: The content editor, which holds content created with blocks +3. **Sidebar Inspector **: A sidebar containing different setting options, like the Block, Post, and Styles Inspectors, depending on the editor's context. Through the Block editor, you create content modularly using Blocks. There are a number of [core blocks](https://developer.wordpress.org/block-editor/reference-guides/core-blocks/) ready to be used, and you can also [create your own custom block](https://developer.wordpress.org/block-editor/getting-started/create-block/). @@ -71,4 +71,4 @@ This handbook should be considered the canonical resource for all things related - [/apis](https://developer.wordpress.org/apis) - Common APIs Handbook - [/advanced-administration](https://developer.wordpress.org/advanced-administration) - WP Advanced Administration Handbook - [/rest-api](https://developer.wordpress.org/rest-api/) - REST API Handbook -- [/coding-standards](https://developer.wordpress.org/coding-standards) - Best practices for WordPress developers \ No newline at end of file +- [/coding-standards](https://developer.wordpress.org/coding-standards) - Best practices for WordPress developers