From 2b155d9c3dafb03bfbdfa9f081bc266c59a6ab89 Mon Sep 17 00:00:00 2001 From: Peter Schutt Date: Sat, 6 Aug 2022 18:40:34 +1000 Subject: [PATCH] Minor grammar fix --- docs/utilities/parser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/utilities/parser.md b/docs/utilities/parser.md index 8756725d1e0..cb69cf9699b 100644 --- a/docs/utilities/parser.md +++ b/docs/utilities/parser.md @@ -524,7 +524,7 @@ Parser is best suited for those looking for a trade-off between defining their m We export most common classes, exceptions, and utilities from Pydantic as part of parser e.g. `from aws_lambda_powertools.utilities.parser import BaseModel`. -If what's your trying to use isn't available as part of the high level import system, use the following escape hatch mechanism: +If what you're trying to use isn't available as part of the high level import system, use the following escape hatch mechanism: ```python title="Pydantic import escape hatch" from aws_lambda_powertools.utilities.parser.pydantic import