diff --git a/src/Transient_Command.php b/src/Transient_Command.php index cbff5b1c..3d21ab21 100644 --- a/src/Transient_Command.php +++ b/src/Transient_Command.php @@ -173,7 +173,7 @@ public function set( $args, $assoc_args ) { * $ wp transient delete --all --network * Success: 2 transients deleted from the database. * - * # Delete all transients in a multsite. + * # Delete all transients in a multisite. * $ wp transient delete --all --network && wp site list --field=url | xargs -n1 -I % wp --url=% transient delete --all */ public function delete( $args, $assoc_args ) {