diff --git a/src/wp-includes/class-wp-theme-json-schema.php b/src/wp-includes/class-wp-theme-json-schema.php index 78c13d60b8..462af76376 100644 --- a/src/wp-includes/class-wp-theme-json-schema.php +++ b/src/wp-includes/class-wp-theme-json-schema.php @@ -115,7 +115,7 @@ class WP_Theme_JSON_Schema { * @since 5.9.0 * * @param array $settings Reference to settings either defaults or an individual block's. - * @param arary $paths_to_rename Paths to rename. + * @param array $paths_to_rename Paths to rename. */ private static function rename_settings( &$settings, $paths_to_rename ) { foreach ( $paths_to_rename as $original => $renamed ) {