From 913df3803cb15e0373bcc110bb8099c0059cf1d5 Mon Sep 17 00:00:00 2001 From: Pankaj Yadav Date: Thu, 5 Mar 2020 15:46:36 +0530 Subject: [PATCH] removing trailing white space to fix @aws-cdk/aws-apigateway: ERROR: /codebuild/output/src052287507/src/github.com/aws/aws-cdk/packages/@aws-cdk/aws-apigateway/lib/method.ts:80:87 - trailing whitespace --- packages/@aws-cdk/aws-apigateway/lib/method.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@aws-cdk/aws-apigateway/lib/method.ts b/packages/@aws-cdk/aws-apigateway/lib/method.ts index 3f00a94596dae..9b43cec12d593 100644 --- a/packages/@aws-cdk/aws-apigateway/lib/method.ts +++ b/packages/@aws-cdk/aws-apigateway/lib/method.ts @@ -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