diff --git a/docs/docs/contributing/architecture.rst b/docs/docs/contributing/architecture.rst index 795a404d0..3857cb911 100644 --- a/docs/docs/contributing/architecture.rst +++ b/docs/docs/contributing/architecture.rst @@ -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.