diff --git a/lib/compat/wordpress-6.2/get-global-styles-and-settings.php b/lib/compat/wordpress-6.2/get-global-styles-and-settings.php index cb0ff43c00df2..4006b4c23cc0b 100644 --- a/lib/compat/wordpress-6.2/get-global-styles-and-settings.php +++ b/lib/compat/wordpress-6.2/get-global-styles-and-settings.php @@ -65,8 +65,8 @@ function wp_theme_has_theme_json_clean_cache() { * @param array $types Types of styles to load. Optional. * It accepts as values: 'variables', 'presets', 'styles', 'base-layout-styles, and 'custom-css'. * If empty, it'll load the following: - * - for themes without theme.json: 'variables', 'presets', 'base-layout-styles' - * - for temes with theme.json: 'variables', 'presets', 'styles', 'custom-css' + * - for themes without theme.json: 'variables', 'presets', 'base-layout-styles'. + * - for temes with theme.json: 'variables', 'presets', 'styles', 'custom-css'. * * @return string Stylesheet. */