Skip to content

Commit 7497543

Browse files
Michael BrewerJoris Conijn
andauthored
fix: Correct typo
Co-authored-by: Joris Conijn <[email protected]>
1 parent 5d0932e commit 7497543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_powertools/utilities/data_classes/cognito_user_pool_event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ def session(self) -> List[ChallengeResult]:
599599

600600
@property
601601
def client_metadata(self) -> Optional[Dict[str, str]]:
602-
"""OOne or more key-value pairs that you can provide as custom input to the Lambda function that you specify
602+
"""One or more key-value pairs that you can provide as custom input to the Lambda function that you specify
603603
for the define auth challenge trigger."""
604604
return self["request"].get("clientMetadata")
605605

0 commit comments

Comments
 (0)