REST API: Fix a typo introduced in [42729].

Props danielbachhuber.
Fixes #42707.



git-svn-id: https://develop.svn.wordpress.org/trunk@42973 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast 2018-04-13 00:55:28 +00:00
parent 30354e5a9b
commit b57b486d96
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ class WP_REST_Taxonomies_Controller extends WP_REST_Controller {
'readonly' => true,
),
'visibility' => array(
'description' => __( 'The visibility settings for the taxomonmy.' ),
'description' => __( 'The visibility settings for the taxonomy.' ),
'type' => 'object',
'context' => array( 'edit' ),
'readonly' => true,