From 716ea5544040526bc12afef685f02c8f88370189 Mon Sep 17 00:00:00 2001 From: Alexander Fallenstedt Date: Mon, 25 May 2020 14:03:35 -0700 Subject: [PATCH] Update user-pool-attr.ts Fix typo --- packages/@aws-cdk/aws-cognito/lib/user-pool-attr.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@aws-cdk/aws-cognito/lib/user-pool-attr.ts b/packages/@aws-cdk/aws-cognito/lib/user-pool-attr.ts index db7fcaa8e163e..e2a76c64120ef 100644 --- a/packages/@aws-cdk/aws-cognito/lib/user-pool-attr.ts +++ b/packages/@aws-cdk/aws-cognito/lib/user-pool-attr.ts @@ -17,7 +17,7 @@ export interface RequiredAttributes { readonly birthdate?: boolean; /** - * Whether theb user's e-mail address, represented as an RFC 5322 [RFC5322] addr-spec, is a required attribute. + * Whether the user's e-mail address, represented as an RFC 5322 [RFC5322] addr-spec, is a required attribute. * @default false */ readonly email?: boolean;