Skip to content

Commit b910db7

Browse files
authored
Add missing full stop on nodejs-apis.md (#5072)
1 parent b37cb98 commit b910db7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/runtime/nodejs-apis.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This page is updated regularly to reflect compatibility status of the latest ver
5050

5151
### [`node:events`](https://nodejs.org/api/events.html)
5252

53-
🟡 Missing `on`
53+
🟡 Missing `on`.
5454

5555
### [`node:fs`](https://nodejs.org/api/fs.html)
5656

@@ -130,7 +130,7 @@ This page is updated regularly to reflect compatibility status of the latest ver
130130

131131
### [`node:tls`](https://nodejs.org/api/tls.html)
132132

133-
🟡 Missing `tls.createSecurePair`
133+
🟡 Missing `tls.createSecurePair`.
134134

135135
### [`node:trace_events`](https://nodejs.org/api/tracing.html)
136136

@@ -364,7 +364,7 @@ This page is updated regularly to reflect compatibility status of the latest ver
364364
365365
- {% anchor id="node_tls" %} [`node:tls`](https://nodejs.org/api/tls.html) {% /anchor %}
366366
- 🟡
367-
- Missing `tls.createSecurePair`
367+
- Missing `tls.createSecurePair`.
368368
369369
---
370370
@@ -418,7 +418,7 @@ This page is updated regularly to reflect compatibility status of the latest ver
418418
419419
- {% anchor id="node_zlib" %} [`node:zlib`](https://nodejs.org/api/zlib.html) {% /anchor %}
420420
- 🟡
421-
- Missing `zlib.brotli*`
421+
- Missing `zlib.brotli*`.
422422
423423
{% /table %}
424424
{% /block %} -->
@@ -621,7 +621,7 @@ The table below lists all globals implemented by Node.js and Bun's current compa
621621

622622
### [`require()`](https://nodejs.org/api/globals.html#require)
623623

624-
🟢 Fully implemented, as well as [`require.main`](https://nodejs.org/api/modules.html#requiremain), [`require.cache`](https://nodejs.org/api/modules.html#requirecache), and [`require.resolve`](https://nodejs.org/api/modules.html#requireresolverequest-options)
624+
🟢 Fully implemented, as well as [`require.main`](https://nodejs.org/api/modules.html#requiremain), [`require.cache`](https://nodejs.org/api/modules.html#requirecache), and [`require.resolve`](https://nodejs.org/api/modules.html#requireresolverequest-options).
625625

626626
### [`Response`](https://developer.mozilla.org/en-US/docs/Web/API/Response)
627627

0 commit comments

Comments
 (0)