-
Notifications
You must be signed in to change notification settings - Fork 800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maps Block: Fix typos in copy of API endpoint #11161
Conversation
D23316-code. (newly created revision) |
@@ -78,15 +78,15 @@ public function get_public_item_schema() { | |||
'type' => 'object', | |||
'properties' => array( | |||
'code' => array( | |||
'description' => __( 'Displays success if the oppration was successfully executed and an error code if it was not', 'jetpack' ), | |||
'description' => __( 'Displays success if the operation was successfully executed and an error code if it was not', 'jetpack' ), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@enejb Should success
be in quotes since this will be the actual text of code
?
This is automated check which relies on |
Thanks for the pull request! It looks good to me! |
@Automattic/jetpack-crew it looks like the code was already submitted to .com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. Merging.
Our translators have discovered some typos in the descriptions introduced in #10742.
props @iqatrophie