From 82b1a93e65645872d3c833cd59a9af33df50df07 Mon Sep 17 00:00:00 2001 From: Arjun <98927961+xylocone@users.noreply.github.com> Date: Sun, 26 Jun 2022 21:09:35 +0530 Subject: [PATCH] Update nested-blocks-inner-blocks.md Fix typo --- docs/how-to-guides/block-tutorial/nested-blocks-inner-blocks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-guides/block-tutorial/nested-blocks-inner-blocks.md b/docs/how-to-guides/block-tutorial/nested-blocks-inner-blocks.md index aff5e2852fae7a..92936bd0ad484f 100644 --- a/docs/how-to-guides/block-tutorial/nested-blocks-inner-blocks.md +++ b/docs/how-to-guides/block-tutorial/nested-blocks-inner-blocks.md @@ -2,7 +2,7 @@ You can create a single block that nests other blocks using the [InnerBlocks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-editor/src/components/inner-blocks/README.md) component. This is used in the Columns block, Social Links block, or any block you want to contain other blocks. -Note: A single block can only contain one `InnerBlock` component. +Note: A single block can only contain one `InnerBlocks` component. Here is the basic InnerBlocks usage.