Skip to content

Commit

Permalink
Experiments: Fix label typo: "Grid interactivity" (#59796)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcsf authored Mar 12, 2024
1 parent bb2baa2 commit 99efe85
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 99efe85

Please sign in to comment.