Skip to content

Commit 6b23903

Browse files
authored
docs(parser): minor grammar fix (#1427)
1 parent 5951ab0 commit 6b23903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)