Skip to content

Commit

Permalink
Add hyphens to @default in jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Lloyd committed Mar 6, 2023
1 parent 5cf2e59 commit e56d680
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -878,7 +878,7 @@ export interface ApplicationProps {
/**
* Deploy the Flink application in a VPC.
*
* @default no VPC
* @default - no VPC
*/
readonly vpc?: ec2.IVpc;

Expand All @@ -892,7 +892,7 @@ export interface ApplicationProps {
/**
* Security groups to use with a provided VPC.
*
* @default a new security group is created for this application.
* @default - a new security group is created for this application.
*/
readonly securityGroups?: ec2.ISecurityGroup[];
}
Expand Down

0 comments on commit e56d680

Please sign in to comment.