Skip to content

Commit 8a3d6e7

Browse files
author
jona
committed
Merge pull request #393 from nodejs/fix-typo-typo
fix 'line too long' nitpick
2 parents 2ab232f + 3a5c766 commit 8a3d6e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

locale/en/docs/guides/anatomy-of-an-http-transaction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ regardless of how the client actually sent them. This simplifies the task of
7676
parsing headers for whatever purpose.
7777

7878
If some headers are repeated, then their values are overwritten or joined
79-
together as comma-separated strings, depending on the header. In some cases, this
80-
can be problematic, so [`rawHeaders`][] is also available.
79+
together as comma-separated strings, depending on the header. In some cases,
80+
this can be problematic, so [`rawHeaders`][] is also available.
8181

8282
## Request Body
8383

0 commit comments

Comments
 (0)