Skip to content

Commit

Permalink
Update packages/block-library/src/comment-template/index.php
Browse files Browse the repository at this point in the history
Fix typo

Co-authored-by: Michal <[email protected]>
  • Loading branch information
cbravobernal and michalczaplinski authored Nov 19, 2021
1 parent 3418260 commit 9a7f3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/comment-template/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function render_block_core_comment_template( $attributes, $content, $block ) {
}

/**
* Registers the `core/comment-teOrmplate` block on the server.
* Registers the `core/comment-template` block on the server.
*/
function register_block_core_comment_template() {
register_block_type_from_metadata(
Expand Down

0 comments on commit 9a7f3d7

Please sign in to comment.