Skip to content

Commit cb9649c

Browse files
committed
Clarify docs
1 parent c13d723 commit cb9649c

File tree

1 file changed

+1
-1
lines changed
  • packages/@aws-cdk/aws-route53resolver-alpha

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-route53resolver-alpha/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ To import by ID:
125125
const existingRuleGroup = route53resolver.FirewallRuleGroup.fromFirewallRuleGroupId(this, 'ImportedRuleGroup', 'fwr-123456');
126126
```
127127

128-
To import by name from the CDK context:
128+
To import by name:
129129

130130
```ts
131131
const existingRuleGroupByName = route53resolver.FirewallRuleGroup.fromFirewallRuleGroupName(this, 'ImportedRuleGroup', 'MyFirewallRuleGroup');

0 commit comments

Comments
 (0)