diff --git a/locale/en/docs/guides/anatomy-of-an-http-transaction.md b/locale/en/docs/guides/anatomy-of-an-http-transaction.md index cfb7379ca6a5f..b3288b95f4240 100644 --- a/locale/en/docs/guides/anatomy-of-an-http-transaction.md +++ b/locale/en/docs/guides/anatomy-of-an-http-transaction.md @@ -76,8 +76,8 @@ regardless of how the client actually sent them. This simplifies the task of parsing headers for whatever purpose. If some headers are repeated, then their values are overwritten or joined -together as comma-separated strings, depending on the header. In some cases, this -can be problematic, so [`rawHeaders`][] is also available. +together as comma-separated strings, depending on the header. In some cases, +this can be problematic, so [`rawHeaders`][] is also available. ## Request Body