Skip to content

Commit

Permalink
Merge pull request #393 from nodejs/fix-typo-typo
Browse files Browse the repository at this point in the history
fix 'line too long' nitpick
  • Loading branch information
jona committed Nov 29, 2015
2 parents 2ab232f + 3a5c766 commit 8a3d6e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions locale/en/docs/guides/anatomy-of-an-http-transaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8a3d6e7

Please sign in to comment.