REST API: Fix typo in `disable-custom-gradients` theme feature description.

Props Ipstenu, tobifjellner, pixelverbieger.
Reviewed by ocean90, johnbillion, SergeyBiryukov.
Fixes #49585.

git-svn-id: https://develop.svn.wordpress.org/trunk@47432 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-03-06 00:15:09 +00:00
parent b6ac7c4f87
commit 72cb0ebff8
1 changed files with 1 additions and 1 deletions

View File

@ -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(