Skip to content

Commit f94dfee

Browse files
authored
(DOCSP-31513) Removes extra 'the' in iamRoleId desc (#2102)
1 parent ce1f86a commit f94dfee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/atlascli/command/atlas-backups-exports-buckets-create.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Options
6464
* - --iamRoleId
6565
- string
6666
- true
67-
- Unique identifier that Atlas assigns to the the cloud provider access role for the bucket.
67+
- Unique identifier that Atlas assigns to the cloud provider access role for the bucket.
6868
* - -o, --output
6969
- string
7070
- false

internal/usage/usage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ dbName and collection are required only for built-in roles.`
376376
EnableRealtimePerformancePanel = "Flag that enables the Real Time Performance Panel project setting."
377377
DisableRealtimePerformancePanel = "Flag that disables the Real Time Performance Panel project setting."
378378
CloudProvider = "Name of the provider of the cloud service where Atlas can access the S3 bucket. Atlas only supports AWS."
379-
ExportBucketIAMRoleID = "Unique identifier that Atlas assigns to the the cloud provider access role for the bucket."
379+
ExportBucketIAMRoleID = "Unique identifier that Atlas assigns to the cloud provider access role for the bucket."
380380
BucketID = "Unique identifier that Atlas assigns to the bucket."
381381
CustomData = "Custom data to include in the metadata file named .complete that Atlas uploads to the bucket when the export job finishes. Custom data can be specified as key and value pairs."
382382
ExportFrequencyType = "Frequency associated with the export policy. Value can be daily, weekly, or monthly."

0 commit comments

Comments
 (0)