Skip to content

Commit edc2078

Browse files
Fix small typo
1 parent 797152b commit edc2078

File tree

1 file changed

+1
-1
lines changed
  • lambdas/cfn-cognito-user-pools-client-settings

1 file changed

+1
-1
lines changed

lambdas/cfn-cognito-user-pools-client-settings/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ exports.handler = async (event, context) => {
2929
if (responseData && responseData.UserPoolClient)
3030
responseData = responseData.UserPoolClient
3131

32-
// try to use the User Pool is (plus '-Settings') as the ID
32+
// try to use the User Pool id (plus '-Settings') as the ID
3333
let physicalResourceId
3434

3535
if (responseData && responseData.UserPoolId)

0 commit comments

Comments
 (0)