Skip to content

Commit

Permalink
Fix typo (#6804)
Browse files Browse the repository at this point in the history
  • Loading branch information
Soean authored and gziolo committed May 18, 2018
1 parent e874187 commit 530f87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rest-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ function gutenberg_filter_request_after_callbacks( $response, $handler, $request
}
}
}
// Handle POST /wp/v2/tags (and non-hiearchical taxonomies) when user
// Handle POST /wp/v2/tags (and non-hierarchical taxonomies) when user
// can assign_terms but not manage terms. Users should be able to create
// terms.
if ( 'rest_cannot_create' === $response->get_error_code()
Expand Down

0 comments on commit 530f87f

Please sign in to comment.