Skip to content

Commit 4131b4a

Browse files
Fix incorrect 'its' in the documentation
1 parent ab52304 commit 4131b4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3381,7 +3381,7 @@ wp site delete [<site-id>] [--slug=<slug>] [--yes] [--keep-tables]
33813381
Answer yes to the confirmation message.
33823382

33833383
[--keep-tables]
3384-
Delete the blog from the list, but don't drop it's tables.
3384+
Delete the blog from the list, but don't drop its tables.
33853385

33863386
**EXAMPLES**
33873387

src/Site_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ public function empty_( $args, $assoc_args ) {
316316
* : Answer yes to the confirmation message.
317317
*
318318
* [--keep-tables]
319-
* : Delete the blog from the list, but don't drop it's tables.
319+
* : Delete the blog from the list, but don't drop its tables.
320320
*
321321
* ## EXAMPLES
322322
*

0 commit comments

Comments
 (0)