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 3a02def993c70..cfb7379ca6a5f 100644 --- a/locale/en/docs/guides/anatomy-of-an-http-transaction.md +++ b/locale/en/docs/guides/anatomy-of-an-http-transaction.md @@ -76,7 +76,7 @@ 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 stings, depending on the header. In some cases, this +together as comma-separated strings, depending on the header. In some cases, this can be problematic, so [`rawHeaders`][] is also available. ## Request Body