From ba07e4e5e643e80e4d14a108fa99727904596be5 Mon Sep 17 00:00:00 2001 From: Daeyeon Jeong Date: Sun, 7 Apr 2024 03:49:45 +0900 Subject: [PATCH] doc: fix typo in cli.md Signed-off-by: Daeyeon Jeong PR-URL: https://github.com/nodejs/node/pull/52388 Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Benjamin Gruenbaum Reviewed-By: Luigi Pinca --- doc/api/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index a1a81a88503698..002aa1eef5859c 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -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`.