Skip to content

Commit 4d5e13d

Browse files
authored
Merge pull request #93 from ernilambar/fix-spelling
Fix spelling for multisite in delete example
2 parents 5a74fa0 + 69ba9e6 commit 4d5e13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Transient_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public function set( $args, $assoc_args ) {
173173
* $ wp transient delete --all --network
174174
* Success: 2 transients deleted from the database.
175175
*
176-
* # Delete all transients in a multsite.
176+
* # Delete all transients in a multisite.
177177
* $ wp transient delete --all --network && wp site list --field=url | xargs -n1 -I % wp --url=% transient delete --all
178178
*/
179179
public function delete( $args, $assoc_args ) {

0 commit comments

Comments
 (0)