Skip to content

Commit

Permalink
Fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdukewich committed Jul 2, 2024
1 parent d5e51c0 commit 37038d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-ec2/lib/security-group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ export class SecurityGroup extends SecurityGroupBase {
}

/**
* Look up a security group by name.
* Look up a security group by filters
*/
public static fromLookupByFilters(scope: Construct, id: string, filters: SecurityGroupLookupOptions) {
return this.fromLookupAttributes(scope, id, filters);
Expand Down

0 comments on commit 37038d6

Please sign in to comment.