AWS documentdb documentation change
Summary
Changed 'region' to 'Region' capitalization and fixed typo from 'paramater' to 'parameter'. Removed 'Please' from wait instruction.
Security assessment
Changes are editorial/cosmetic with no impact on security content. No security procedures, vulnerabilities, or features were modified.
Diff
diff --git a/documentdb/latest/devguide/cluster_parameter_groups-modify.md b/documentdb/latest/devguide/cluster_parameter_groups-modify.md index 11f72f536..59d9ba705 100644 --- a//documentdb/latest/devguide/cluster_parameter_groups-modify.md +++ b//documentdb/latest/devguide/cluster_parameter_groups-modify.md @@ -9 +9 @@ -This section explains how to modify a _custom_ Amazon DocumentDB parameter group. In Amazon DocumentDB, you cannot modify a `default` cluster parameter group which is created when you first create a cluster with new engine version in a new region. If your Amazon DocumentDB cluster is using the default cluster parameter group and you want to modify a value in it, you must first [create a new parameter group](https://docs.aws.amazon.com//documentdb/latest/devguide/cluster_parameter_groups-create.html) or [copy an existing parameter group](https://docs.aws.amazon.com//documentdb/latest/devguide/cluster_parameter_groups-copy.html), modify it, and then apply the modified parameter group to your cluster. +This section explains how to modify a _custom_ Amazon DocumentDB parameter group. In Amazon DocumentDB, you cannot modify a `default` cluster parameter group which is created when you first create a cluster with new engine version in a new Region. If your Amazon DocumentDB cluster is using the default cluster parameter group and you want to modify a value in it, you must first [create a new parameter group](https://docs.aws.amazon.com//documentdb/latest/devguide/cluster_parameter_groups-create.html) or [copy an existing parameter group](https://docs.aws.amazon.com//documentdb/latest/devguide/cluster_parameter_groups-copy.html), modify it, and then apply the modified parameter group to your cluster. @@ -11 +11 @@ This section explains how to modify a _custom_ Amazon DocumentDB parameter group -Complete the following steps to modify a custom cluster parameter group. Modify actions could take a while to propagate. Please wait for the modified cluster paramater group to be available before attaching it to your cluster. You can use the AWS Management Console or the AWS CLI `describe-db-cluster-parameters` operation to verify that your cluster parameter group has been modified. For more information, see [Describing cluster parameter groups](./cluster_parameter_groups-describe.html). +Complete the following steps to modify a custom cluster parameter group. Modify actions could take a while to propagate. Wait for the modified cluster parameter group to be available before attaching it to your cluster. You can use the AWS Management Console or the AWS CLI `describe-db-cluster-parameters` operation to verify that your cluster parameter group has been modified. For more information, see [Describing cluster parameter groups](./cluster_parameter_groups-describe.html).