Skip to content

Commit

Permalink
Fixes tense on verb “assign” to correct tense (#13541)
Browse files Browse the repository at this point in the history
Previously the verb “assign” was using the past tense. Corrected to use the right tense given the context.
  • Loading branch information
getdave authored and mcsf committed Jan 28, 2019
1 parent cfb269d commit 2bd701d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 2bd701d

Please sign in to comment.