Skip to content

Commit ba07e4e

Browse files
authored
doc: fix typo in cli.md
Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com> PR-URL: #52388 Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 8c0b723 commit ba07e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/cli.md

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

0 commit comments

Comments
 (0)