diff --git a/src/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php b/src/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php index b62f6f55a8..14478786cf 100644 --- a/src/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php +++ b/src/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php @@ -349,7 +349,7 @@ class WP_REST_Themes_Controller extends WP_REST_Controller { 'type' => 'boolean', ), 'disable-custom-gradients' => array( - 'description' => __( 'Whether the theme disables custom graidients.' ), + 'description' => __( 'Whether the theme disables custom gradients.' ), 'type' => 'boolean', ), 'editor-color-palette' => array(