Skip to content

Commit 02a8f52

Browse files
Trottruyadorno
authored andcommittedJan 21, 2021
doc: fix indentation on http2 doc entry
PR-URL: #36869 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Pooja D P <Pooja.D.P@ibm.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
1 parent 2e828c5 commit 02a8f52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎doc/api/http2.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1769,7 +1769,7 @@ the request body.
17691769
When this event is emitted and handled, the [`'request'`][] event will
17701770
not be emitted.
17711771

1772-
### Event: `'connection'`
1772+
#### Event: `'connection'`
17731773
<!-- YAML
17741774
added: v8.4.0
17751775
-->
@@ -1957,7 +1957,7 @@ the request body.
19571957
When this event is emitted and handled, the [`'request'`][] event will
19581958
not be emitted.
19591959

1960-
### Event: `'connection'`
1960+
#### Event: `'connection'`
19611961
<!-- YAML
19621962
added: v8.4.0
19631963
-->

0 commit comments

Comments
 (0)
Please sign in to comment.