Skip to content

Commit 6c359d5

Browse files
committed
fix: remove malformed 3.1. sentence
Signed-off-by: heitorlessa <lessa@amazon.co.uk>
1 parent 4e738e9 commit 6c359d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/content/utilities/parser.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,5 @@ class EventBridgeEnvelope(BaseEnvelope): # highlight-line
436436

437437
1. We defined an envelope named `EventBridgeEnvelope` inheriting from `BaseEnvelope`
438438
2. Implemented the `parse` abstract method taking `data` and `model` as parameters
439-
3. Then, we parsed the incoming data with our envelope model (EventBridgeModel)
440-
3.1. This confirms that data received conforms with how EventBridge wraps events
439+
3. Then, we parsed the incoming data with our envelope to confirm it matches EventBridge's structure defined in `EventBridgeModel`
441440
4. Lastly, we call `_parse` from `BaseEnvelope` to parse the data in our envelope (.detail) using the customer model

0 commit comments

Comments
 (0)