Skip to content

Commit 6e6b373

Browse files
avivkellertargos
authored andcommitted
doc: add missing colon to headers in globals.md
PR-URL: #58825 Reviewed-By: Ryuhei Shima <shimaryuhei@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
1 parent 028ce40 commit 6e6b373

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
@@ -621,7 +621,7 @@ added: v20.0.0
621621

622622
See {File}.
623623

624-
## Class `FormData`
624+
## Class: `FormData`
625625

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

663-
## Class `Headers`
663+
## Class: `Headers`
664664

665665
<!-- YAML
666666
added:

0 commit comments

Comments
 (0)