Docs: Fix phpdoc and jsdoc typos introduced in [38584] and [38587], respectively.

See #33742.
See #20714.


git-svn-id: https://develop.svn.wordpress.org/trunk@38588 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Weston Ruter 2016-09-11 18:45:59 +00:00
parent 44dbc815c8
commit d21f8b8869
2 changed files with 3 additions and 3 deletions

View File

@ -75,8 +75,8 @@
* submission is already being handled by JS), and if it has a GET
* request method, then take the serialized form data and add it as
* a query string to the action URL and send this in a url message
* to the Customizer pane so that it will be loaded. If the form's
* action points to a non-previewable URL, the the Customizer pane's
* to the customizer pane so that it will be loaded. If the form's
* action points to a non-previewable URL, the customizer pane's
* previewUrl setter will reject it so that the form submission is
* a no-op, which is the same behavior as when clicking a link to an
* external site in the preview.

View File

@ -55,7 +55,7 @@ class Tests_Menu_WpAjaxMenuQuickSeach extends WP_UnitTestCase {
}
/**
* Test that search only returns results for publihed posts.
* Test that search only returns results for published posts.
*
* @ticket 33742
*/