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

Props Ipstenu, tobifjellner, pixelverbieger.
Reviewed by ocean90, johnbillion, SergeyBiryukov.
Merges [47432] to the 5.4 branch.
Fixes #49585.

git-svn-id: https://develop.svn.wordpress.org/branches/5.4@47437 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-03-09 00:12:48 +00:00
parent 47b57cd293
commit c15c43fc58

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(