Skip to content

Commit

Permalink
Docs: Fix verb tense (#5413)
Browse files Browse the repository at this point in the history
  • Loading branch information
queue-tip authored Aug 24, 2022
1 parent f6bc8d4 commit 5519597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/contributing/architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This has multiple benefits:

Botocore utilizes an event-based architecture. Events such as `creating-client-class` and `before-send` are emitted for all boto3-requests.

When the decorator starts, Moto registers a hook into the `before-send`-event that allows us to intercept the HTTP-request that was about to be send.
When the decorator starts, Moto registers a hook into the `before-send`-event that allows us to intercept the HTTP-request that was about to be sent.
For every intercepted request, Moto figures out which service/feature is called based on the HTTP request prepared by `boto3`, and calls our own stub instead.


Expand Down

0 comments on commit 5519597

Please sign in to comment.