Skip to content

Commit

Permalink
(chore): fix doc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shikha372 committed Sep 16, 2024
1 parent b6ad97f commit 6f734ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-ec2-alpha/lib/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ export interface RouteProps {
* Creates a new route with added functionality.
* @resource AWS::EC2::Route
*/
export class Route extends Resource implements IRoute, IDependable {
export class Route extends Resource implements IRoute {
/**
* The IPv4 or IPv6 CIDR block used for the destination match.
*
Expand Down

0 comments on commit 6f734ff

Please sign in to comment.