Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-olivier committed Jan 23, 2022
1 parent 2d9eb2b commit 518dca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/general/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Check the module associated with this step [here](../guides/IMPLEMENT_NETWORK.md

#### Step 2. Pre-process

Okay, so our request has been received and parsed by the network layer. Once it request lands in the pre-processing layer, a pipeline of request pre-processing modules will be invoked. This is where you can route the request, log it, rewrite its URL, add / remove some headers, etc.
Okay, so our request has been received and parsed by the network layer. Once it lands in the pre-processing layer, a pipeline of request pre-processing modules will be invoked. This is where you can route the request, log it, rewrite its URL, add / remove some headers, etc.

Check the module associated with this step [here](../guides/IMPLEMENT_PREPROCESSOR.md)

Expand Down

0 comments on commit 518dca0

Please sign in to comment.