Skip to content

Commit 8bd698b

Browse files
avivkelleraduh95
authored andcommitted
doc: add missing colon to headers in globals.md
PR-URL: #58825 Reviewed-By: Ryuhei Shima <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ethan Arrowood <[email protected]>
1 parent e7591d7 commit 8bd698b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/globals.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ added: v20.0.0
588588

589589
See {File}.
590590

591-
## Class `FormData`
591+
## Class: `FormData`
592592

593593
<!-- YAML
594594
added:
@@ -627,7 +627,7 @@ the global scope; `var something` inside a Node.js module will be local to that
627627
module, regardless of whether it is a [CommonJS module][] or an
628628
[ECMAScript module][].
629629

630-
## Class `Headers`
630+
## Class: `Headers`
631631

632632
<!-- YAML
633633
added:

0 commit comments

Comments
 (0)