Skip to content

Commit 184d84f

Browse files
committed
chore(docs): typo
1 parent febe483 commit 184d84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utilities/data_classes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ or plain text, depending on the original payload.
845845
=== "app.py"
846846

847847
```python
848-
from aws_lambda_powertools.utilities.data_classes import event_source, LambdaFunctoinUrlEvent
848+
from aws_lambda_powertools.utilities.data_classes import event_source, LambdaFunctionUrlEvent
849849

850850
@event_source(data_class=LambdaFunctionUrlEvent)
851851
def lambda_handler(event: LambdaFunctionUrlEvent, context):

0 commit comments

Comments
 (0)