Skip to content

Commit

Permalink
removing trailing white space to fix @aws-cdk/aws-apigateway: ERROR: …
Browse files Browse the repository at this point in the history
…/codebuild/output/src052287507/src/github.com/aws/aws-cdk/packages/@aws-cdk/aws-apigateway/lib/method.ts:80:87 - trailing whitespace
  • Loading branch information
pankajy93 committed Mar 5, 2020
1 parent 3399253 commit 913df38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-apigateway/lib/method.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export interface MethodOptions {
readonly requestValidator?: IRequestValidator;

/**
* A list of authorization scopes configured on the method. The scopes are used with
* A list of authorization scopes configured on the method. The scopes are used with
* a COGNITO_USER_POOLS authorizer to authorize the method invocation.
* @see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizationscopes
* @default - no authorization scopes
Expand Down

0 comments on commit 913df38

Please sign in to comment.