Skip to content

Commit adf05d1

Browse files
author
Glen Davies
committed
Fix typo
1 parent ecae331 commit adf05d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/experiments-page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function gutenberg_display_experiment_section() {
9898
*/
9999
function gutenberg_experiments_editor_settings( $settings ) {
100100
// The refactored gallery currently can't be run on sites with use_balanceTags option set.
101-
// This bypass need to remain in place until this is is resolved and patch released.
101+
// This bypass needs to remain in place until this is is resolved and a patch released.
102102
// https://core.trac.wordpress.org/ticket/54130.
103103
$balance_tags = get_option( 'use_balanceTags' );
104104
$experiments_settings = array(

0 commit comments

Comments
 (0)