doc: fix typo in cli.md

Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/52388
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Daeyeon Jeong 2024-04-07 03:49:45 +09:00 committed by GitHub
parent 8c0b723ccb
commit ba07e4e5e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1216,7 +1216,7 @@ When enabled, the parser will accept the following:
* Allow message containing both `Transfer-Encoding`
and `Content-Length` headers.
* Allow extra data after message when `Connection: close` is present.
* Allow extra trasfer encodings after `chunked` has been provided.
* Allow extra transfer encodings after `chunked` has been provided.
* Allow `\n` to be used as token separator instead of `\r\n`.
* Allow `\r\n` not to be provided after a chunk.
* Allow spaces to be present after a chunk size and before `\r\n`.