Skip to content

Commit 4a5ec4a

Browse files
peterschuttheitorlessa
authored andcommitted
docs(parser): minor grammar fix (aws-powertools#1427)
1 parent 60bc8f9 commit 4a5ec4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utilities/parser.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ Parser is best suited for those looking for a trade-off between defining their m
524524

525525
We export most common classes, exceptions, and utilities from Pydantic as part of parser e.g. `from aws_lambda_powertools.utilities.parser import BaseModel`.
526526

527-
If what's your trying to use isn't available as part of the high level import system, use the following escape hatch mechanism:
527+
If what you're trying to use isn't available as part of the high level import system, use the following escape hatch mechanism:
528528

529529
```python title="Pydantic import escape hatch"
530530
from aws_lambda_powertools.utilities.parser.pydantic import <what you'd like to import'>

0 commit comments

Comments
 (0)