Skip to content

Commit

Permalink
Merge pull request #414 from wp-cli/fix-doc-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy authored Jul 13, 2023
2 parents ab52304 + 4131b4a commit 4f39024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3381,7 +3381,7 @@ wp site delete [<site-id>] [--slug=<slug>] [--yes] [--keep-tables]
Answer yes to the confirmation message.

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

**EXAMPLES**

Expand Down
2 changes: 1 addition & 1 deletion src/Site_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ public function empty_( $args, $assoc_args ) {
* : Answer yes to the confirmation message.
*
* [--keep-tables]
* : Delete the blog from the list, but don't drop it's tables.
* : Delete the blog from the list, but don't drop its tables.
*
* ## EXAMPLES
*
Expand Down

0 comments on commit 4f39024

Please sign in to comment.