core/modules/ckeditor5/src/SmartDefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/ckeditor5/src/SmartDefaultSettings.php b/core/modules/ckeditor5/src/SmartDefaultSettings.php index 370bbecaba..9b6bd81c4c 100644 --- a/core/modules/ckeditor5/src/SmartDefaultSettings.php +++ b/core/modules/ckeditor5/src/SmartDefaultSettings.php @@ -499,7 +499,7 @@ private function addToolbarItemsToMatchHtmlAttributesInFormat(FilterFormatInterf } // Make a selection in the candidates: minimize the superset score, to - // avoid generating supersets whenever possible. + // avoid generating a superset whenever possible. $selected_plugins = []; foreach ($still_needed->getAllowedElements() as $tag_name => $attributes_config) { if (!isset($plugin_candidates[$tag_name])) {