Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove repetitive words #2320

Merged
merged 1 commit into from Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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