Skip to content

Commit

Permalink
Added Missing Trailing (#69395)
Browse files Browse the repository at this point in the history
Co-authored-by: shail-mehta <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
Co-authored-by: t-hamano <[email protected]>
  • Loading branch information
4 people authored Mar 5, 2025
1 parent 6dcf50f commit 46e88a4
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 @@ -86,7 +86,7 @@ function gutenberg_initialize_experiments_settings() {
'gutenberg-experiments',
'gutenberg_experiments_section',
array(
'label' => __( 'Disables the TinyMCE and Classic block', 'gutenberg' ),
'label' => __( 'Disables the TinyMCE and Classic block.', 'gutenberg' ),
'id' => 'gutenberg-no-tinymce',
)
);
Expand Down

0 comments on commit 46e88a4

Please sign in to comment.