From f6dfac87de78932f50288ea62d772a07405e8502 Mon Sep 17 00:00:00 2001 From: growfrow <167077685+growfrow@users.noreply.github.com> Date: Tue, 30 Apr 2024 03:27:09 +0800 Subject: [PATCH] chore: remove repetitive words (#2320) Signed-off-by: growfrow --- src/aws/kendra.ts | 2 +- src/aws/mediaconnect.ts | 2 +- src/az/2.53.0/hdinsight.ts | 4 ++-- src/k3d.ts | 2 +- src/wp.ts | 6 +++--- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/aws/kendra.ts b/src/aws/kendra.ts index 830c308674d..45546548670 100644 --- a/src/aws/kendra.ts +++ b/src/aws/kendra.ts @@ -1477,7 +1477,7 @@ const completionSpec: Fig.Spec = { }, { name: "--user-context-policy", - description: "The user user token context policy", + description: "The user token context policy", args: { name: "string", }, diff --git a/src/aws/mediaconnect.ts b/src/aws/mediaconnect.ts index fb9b16b55c3..45c598e3dff 100644 --- a/src/aws/mediaconnect.ts +++ b/src/aws/mediaconnect.ts @@ -1018,7 +1018,7 @@ const completionSpec: Fig.Spec = { { name: "update-flow-entitlement", description: - "You can change an entitlement's description, subscribers, and encryption. If you change the subscribers, the service will remove the outputs that are are used by the subscribers that are removed", + "You can change an entitlement's description, subscribers, and encryption. If you change the subscribers, the service will remove the outputs that are used by the subscribers that are removed", options: [ { name: "--description", diff --git a/src/az/2.53.0/hdinsight.ts b/src/az/2.53.0/hdinsight.ts index 19ce347fd04..355d471d986 100644 --- a/src/az/2.53.0/hdinsight.ts +++ b/src/az/2.53.0/hdinsight.ts @@ -960,7 +960,7 @@ const completion: Fig.Spec = { { name: "--esp", description: - "Specify to create cluster with Enterprise Security Package. If omitted, creating cluster with Enterprise Security Package will not not allowed", + "Specify to create cluster with Enterprise Security Package. If omitted, creating cluster with Enterprise Security Package will not allowed", }, { name: "--headnode-size", @@ -987,7 +987,7 @@ const completion: Fig.Spec = { { name: "--idbroker", description: - "Specify to create ESP cluster with HDInsight ID Broker. If omitted, creating ESP cluster with HDInsight ID Broker will not not allowed", + "Specify to create ESP cluster with HDInsight ID Broker. If omitted, creating ESP cluster with HDInsight ID Broker will not allowed", }, { name: "--kafka-client-group-id", diff --git a/src/k3d.ts b/src/k3d.ts index 9cf64c29376..1c3fdb70aef 100644 --- a/src/k3d.ts +++ b/src/k3d.ts @@ -795,7 +795,7 @@ const completionSpec: Fig.Spec = { { name: ["-p", "--port"], description: - "Select which port the registry should be listening on on your machine (localhost) (Format: [HOST:]HOSTPORT)", + "Select which port the registry should be listening on your machine (localhost) (Format: [HOST:]HOSTPORT)", args: { name: "port", }, diff --git a/src/wp.ts b/src/wp.ts index 86376ad2371..c0a3cdfef38 100644 --- a/src/wp.ts +++ b/src/wp.ts @@ -10652,7 +10652,7 @@ const completionSpec: Fig.Spec = { { name: "--network", description: - "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)", }, { name: "--all", @@ -10689,7 +10689,7 @@ const completionSpec: Fig.Spec = { { name: "--network", description: - "Get 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)", + "Get 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)", }, ], }, @@ -10767,7 +10767,7 @@ const completionSpec: Fig.Spec = { { name: "--network", description: - "Set 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)", + "Set 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)", }, ], },