Docs: Fix typo in some DocBlocks.

See #51800.

git-svn-id: https://develop.svn.wordpress.org/trunk@49785 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-12-10 18:10:12 +00:00
parent 668581d0f3
commit fe1a25f89f
3 changed files with 3 additions and 3 deletions

View File

@ -302,7 +302,7 @@
}
}
// Reset size to it's original state.
// Reset size to its original state.
if ( setSize ) {
if ( !history.length ) {
this.hold.w = this.hold.ow;

View File

@ -7712,7 +7712,7 @@
/**
* Trash the current changes.
*
* Revert the Customizer to it's previously-published state.
* Revert the Customizer to its previously-published state.
*
* @since 4.9.0
*

View File

@ -1008,7 +1008,7 @@ class WP_REST_Server {
}
/**
* Matches a request object to it's handler.
* Matches a request object to its handler.
*
* @access private
* @since 5.6.0