From 4aaffe0ad0376e578719fa6059d2a568b2f0fd43 Mon Sep 17 00:00:00 2001 From: Vanshika Mehrotra <156224425+vanshika2408@users.noreply.github.com> Date: Fri, 16 Jan 2026 18:16:16 +0530 Subject: [PATCH] Fix typo in wp transient delete documentation original statement : On single site, this is is a specially-named cache key. fixed statement : On single site, this is a specially-named cache key. --- commands/transient/delete.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/transient/delete.md b/commands/transient/delete.md index b064f039..c19f5781 100644 --- a/commands/transient/delete.md +++ b/commands/transient/delete.md @@ -12,7 +12,7 @@ See the [argument syntax](https://make.wordpress.org/cli/handbook/references/arg : Key for the transient. [\--network] -: Delete the value of a network|site transient. On single site, this is is a specially-named cache key. On multisite, this is a global cache (instead of local to the site). +: Delete the value of a network|site transient. On single site, this is a specially-named cache key. On multisite, this is a global cache (instead of local to the site). [\--all] : Delete all transients.