Skip to content

Commit

Permalink
Fix Typos (#30537)
Browse files Browse the repository at this point in the history
  • Loading branch information
Soean authored Apr 7, 2021
1 parent 88745a9 commit 3041158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/block-supports/layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ function gutenberg_render_layout_support_flag( $block_content, $block ) {
<?php
$style .= ob_get_clean();

// This assumes the hook only applys to blocks with a single wrapper.
// I think this is a reasonable limitation for that particular hoook.
// This assumes the hook only applies to blocks with a single wrapper.
// I think this is a reasonable limitation for that particular hook.
$content = preg_replace(
'/' . preg_quote( 'class="', '/' ) . '/',
'class="wp-container-' . $id . ' ',
Expand Down

0 comments on commit 3041158

Please sign in to comment.