Skip to content

Commit

Permalink
Update nested-blocks-inner-blocks.md (#23935)
Browse files Browse the repository at this point in the history
Line 72 added the word blocks to the second sentence in-between the and that.
  • Loading branch information
kelsu02 authored Jul 14, 2020
1 parent bb00ad8 commit 3bb6193
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ registerBlockType( 'gutenberg-examples/example-06', {

## Allowed Blocks

Using the `ALLOWED_BLOCKS` property, you can define the set of blocks allowed in your InnerBlock. This restricts the that can be included only to those listed, all other blocks will not show in the inserter.
Using the `ALLOWED_BLOCKS` property, you can define the set of blocks allowed in your InnerBlock. This restricts the blocks that can be included only to those listed, all other blocks will not show in the inserter.

```js
const ALLOWED_BLOCKS = [ 'core/image', 'core/paragraph' ];
Expand Down

0 comments on commit 3bb6193

Please sign in to comment.