diff --git a/docs/designers-developers/developers/block-api/block-templates.md b/docs/designers-developers/developers/block-api/block-templates.md index a26d822d0100e5..bbc6efe968ebb4 100644 --- a/docs/designers-developers/developers/block-api/block-templates.md +++ b/docs/designers-developers/developers/block-api/block-templates.md @@ -88,7 +88,7 @@ add_action( 'init', 'my_add_template_to_posts' ); ## Nested Templates -Container blocks like the columns blocks also support templates. This is achieved by assigned a nested template to the block. +Container blocks like the columns blocks also support templates. This is achieved by assigning a nested template to the block. ```php $template = array(