Skip to content

Commit

Permalink
chore: remove repetitive words (#2320)
Browse files Browse the repository at this point in the history
Signed-off-by: growfrow <[email protected]>
  • Loading branch information
growfrow committed Apr 29, 2024
1 parent c32df07 commit f6dfac8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/aws/kendra.ts
Expand Up @@ -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",
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/mediaconnect.ts
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/az/2.53.0/hdinsight.ts
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/k3d.ts
Expand Up @@ -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",
},
Expand Down
6 changes: 3 additions & 3 deletions src/wp.ts
Expand Up @@ -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",
Expand Down Expand Up @@ -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)",
},
],
},
Expand Down Expand Up @@ -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)",
},
],
},
Expand Down

0 comments on commit f6dfac8

Please sign in to comment.