Skip to content

Commit 236caff

Browse files
author
Michael Brewer
committed
chore: fix typos
1 parent fd306fa commit 236caff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/utilities/data_classes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Use **`APIGatewayAuthorizerRequestEvent`** for type `REQUEST` and **`APIGatewayA
122122

123123
if user is None:
124124
# No user was found
125-
# to return 401 - `{"message":"Unauthorized"}`, but polutes lambda metrics
125+
# to return 401 - `{"message":"Unauthorized"}`, but pollutes lambda error count metrics
126126
# raise Exception("Unauthorized")
127127
# to return 403 - `{"message":"Forbidden"}`
128128
return DENY_ALL_RESPONSE

0 commit comments

Comments
 (0)