From ed31492e1dab82fc2eb7b86cc678d501f2c8476c Mon Sep 17 00:00:00 2001 From: Benoit Verret Date: Fri, 28 Aug 2020 15:55:52 -0400 Subject: [PATCH] docs(AWS API Gateway): Fix bad indentation (#8149) --- docs/providers/aws/events/apigateway.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/providers/aws/events/apigateway.md b/docs/providers/aws/events/apigateway.md index 97bc51c81..77c99fa11 100644 --- a/docs/providers/aws/events/apigateway.md +++ b/docs/providers/aws/events/apigateway.md @@ -1540,8 +1540,8 @@ functions: type: COGNITO_USER_POOLS # TOKEN or REQUEST or COGNITO_USER_POOLS, same as AWS Cloudformation documentation authorizerId: Ref: ApiGatewayAuthorizer # or hard-code Authorizer ID - scopes: # Optional - List of Oauth2 scopes when type is COGNITO_USER_POOLS - - myapp/myscope + scopes: # Optional - List of Oauth2 scopes when type is COGNITO_USER_POOLS + - myapp/myscope deleteUser: ...