From e3c589245112147cc38846e2bfa141141446471e Mon Sep 17 00:00:00 2001 From: Sergio Santoro Date: Sun, 29 Nov 2015 17:12:01 +0100 Subject: [PATCH] Fix typo --- locale/en/docs/guides/anatomy-of-an-http-transaction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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