Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Glen Davies committed Oct 14, 2021
1 parent b9e0b02 commit 4e145c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/experiments-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function gutenberg_display_experiment_section() {
*/
function gutenberg_experiments_editor_settings( $settings ) {
// The refactored gallery currently can't be run on sites with use_balanceTags option set.
// This bypass need to remain in place until this is is resolved and patch released.
// This bypass needs to remain in place until this is is resolved and a patch released.
// https://core.trac.wordpress.org/ticket/54130.
$balance_tags = get_option( 'use_balanceTags' );
$experiments_settings = array(
Expand Down

0 comments on commit 4e145c0

Please sign in to comment.