Skip to content

Commit

Permalink
Experiments: Fix label typo: "Grid interactivity" (WordPress#59796)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcsf authored and carstingaxion committed Mar 27, 2024
1 parent 0b35e8c commit 0279fb7
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 @@ -105,7 +105,7 @@ function gutenberg_initialize_experiments_settings() {

add_settings_field(
'gutenberg-grid-interactivity',
__( 'Grid interactivty ', 'gutenberg' ),
__( 'Grid interactivity ', 'gutenberg' ),
'gutenberg_display_experiment_field',
'gutenberg-experiments',
'gutenberg_experiments_section',
Expand Down

0 comments on commit 0279fb7

Please sign in to comment.