Skip to content

Commit 5a5be0e

Browse files
committed
docs: fix "a action" to "an action" and "a IPv6" to "an IPv6"
"action" and "IPv6" (pronounced "eye-pee-vee-six") both start with vowel sounds, so the correct article is "an".
1 parent 012cf32 commit 5a5be0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/@aws-cdk/aws-ec2-alpha/lib/ipam.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export interface IIpamPool {
203203
readonly ipamIpv4Cidrs?: string[];
204204

205205
/**
206-
* Function to associate a IPv6 address with IPAM pool
206+
* Function to associate an IPv6 address with IPAM pool
207207
*/
208208
provisionCidr(id: string, options: IpamPoolCidrProvisioningOptions): CfnIPAMPoolCidr;
209209

packages/@aws-cdk/aws-iot-alpha/lib/topic-rule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export class TopicRule extends Resource implements ITopicRule {
157157
}
158158

159159
/**
160-
* Add a action to the topic rule.
160+
* Add an action to the topic rule.
161161
*
162162
* @param action the action to associate with the topic rule.
163163
*/

0 commit comments

Comments
 (0)