Skip to content

Commit fe1a25f

Browse files
Docs: Fix typo in some DocBlocks.
See #51800. git-svn-id: https://develop.svn.wordpress.org/trunk@49785 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 668581d commit fe1a25f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/js/_enqueues/lib/image-edit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
}
303303
}
304304

305-
// Reset size to it's original state.
305+
// Reset size to its original state.
306306
if ( setSize ) {
307307
if ( !history.length ) {
308308
this.hold.w = this.hold.ow;

src/js/_enqueues/wp/customize/controls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7712,7 +7712,7 @@
77127712
/**
77137713
* Trash the current changes.
77147714
*
7715-
* Revert the Customizer to it's previously-published state.
7715+
* Revert the Customizer to its previously-published state.
77167716
*
77177717
* @since 4.9.0
77187718
*

src/wp-includes/rest-api/class-wp-rest-server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@ public function dispatch( $request ) {
10081008
}
10091009

10101010
/**
1011-
* Matches a request object to it's handler.
1011+
* Matches a request object to its handler.
10121012
*
10131013
* @access private
10141014
* @since 5.6.0

0 commit comments

Comments
 (0)