From 69ba9e67a6e7731cc39adbdb21bfabb5d0a0dae5 Mon Sep 17 00:00:00 2001 From: Nilambar Sharma Date: Thu, 11 Jan 2024 15:57:40 +0545 Subject: [PATCH] Fix spelling for multisite in delete example --- src/Transient_Command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) {