We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75dc529 commit e1eac2dCopy full SHA for e1eac2d
docs/content/utilities/parser.mdx
@@ -273,7 +273,7 @@ assert ret.password1 == ret.password2
273
1. We imported built-in `models` from the parser utility
274
2. Used `envelopes.EventBridgeModel` as the envelope for our `UserModel` model
275
3. Parser parsed the original event against the EventBridge model
276
-4 Parser then parsed the `detail` key using `UserModel`
+4. Parser then parsed the `detail` key using `UserModel`
277
278
### Built-in envelopes
279
0 commit comments