Skip to content

Commit

Permalink
docs(apprunner): fix typo in AuthenticationConfiguration (#27027)
Browse files Browse the repository at this point in the history
This PR fixes only minor typo (`@defult`) in AuthenticationConfiguration.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
go-to-k authored Sep 6, 2023
1 parent 47ab5c8 commit 0318676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-apprunner-alpha/lib/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ interface AuthenticationConfiguration {
* The Amazon Resource Name (ARN) of the IAM role that grants the App Runner service access to a
* source repository. It's required for ECR image repositories (but not for ECR Public repositories).
*
* @defult - no access role.
* @default - no access role.
*/
readonly accessRoleArn?: string;

Expand Down

0 comments on commit 0318676

Please sign in to comment.