Skip to content

Commit a0bab69

Browse files
marsonyatargos
authored andcommittedMay 1, 2021
doc: fix typo in doc/api/http2/md
PR-URL: #37479 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 2f2f83f commit a0bab69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎doc/api/http2.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1444,7 +1444,7 @@ added: v8.4.0
14441444
changes:
14451445
- version: v14.5.0
14461446
pr-url: https://github.com/nodejs/node/pull/33160
1447-
description: Allow explicity setting date headers.
1447+
description: Allow explicitly setting date headers.
14481448
-->
14491449

14501450
* `headers` {HTTP/2 Headers Object}
@@ -1491,7 +1491,7 @@ added: v8.4.0
14911491
changes:
14921492
- version: v14.5.0
14931493
pr-url: https://github.com/nodejs/node/pull/33160
1494-
description: Allow explicity setting date headers.
1494+
description: Allow explicitly setting date headers.
14951495
- version: v12.12.0
14961496
pr-url: https://github.com/nodejs/node/pull/29876
14971497
description: The `fd` option may now be a `FileHandle`.
@@ -1592,7 +1592,7 @@ added: v8.4.0
15921592
changes:
15931593
- version: v14.5.0
15941594
pr-url: https://github.com/nodejs/node/pull/33160
1595-
description: Allow explicity setting date headers.
1595+
description: Allow explicitly setting date headers.
15961596
- version: v10.0.0
15971597
pr-url: https://github.com/nodejs/node/pull/18936
15981598
description: Any readable file, not necessarily a

0 commit comments

Comments
 (0)
Please sign in to comment.