diff options
author | 2023-09-13 11:51:15 +1000 | |
---|---|---|
committer | 2023-09-12 18:51:15 -0700 | |
commit | b910db74beb32694d28a7a5ae6e19f4ff9e5672c (patch) | |
tree | b9aad44d0102ac3ccc9e408355b6f610f74e4dde | |
parent | b37cb98a6e3ff550b645166f05334477367e4e81 (diff) | |
download | bun-b910db74beb32694d28a7a5ae6e19f4ff9e5672c.tar.gz bun-b910db74beb32694d28a7a5ae6e19f4ff9e5672c.tar.zst bun-b910db74beb32694d28a7a5ae6e19f4ff9e5672c.zip |
Add missing full stop on nodejs-apis.md (#5072)
-rw-r--r-- | docs/runtime/nodejs-apis.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/runtime/nodejs-apis.md b/docs/runtime/nodejs-apis.md index 72504e664..31b55acc7 100644 --- a/docs/runtime/nodejs-apis.md +++ b/docs/runtime/nodejs-apis.md @@ -50,7 +50,7 @@ This page is updated regularly to reflect compatibility status of the latest ver ### [`node:events`](https://nodejs.org/api/events.html) -🟡 Missing `on` +🟡 Missing `on`. ### [`node:fs`](https://nodejs.org/api/fs.html) @@ -130,7 +130,7 @@ This page is updated regularly to reflect compatibility status of the latest ver ### [`node:tls`](https://nodejs.org/api/tls.html) -🟡 Missing `tls.createSecurePair` +🟡 Missing `tls.createSecurePair`. ### [`node:trace_events`](https://nodejs.org/api/tracing.html) @@ -364,7 +364,7 @@ This page is updated regularly to reflect compatibility status of the latest ver - {% anchor id="node_tls" %} [`node:tls`](https://nodejs.org/api/tls.html) {% /anchor %} - 🟡 -- Missing `tls.createSecurePair` +- Missing `tls.createSecurePair`. --- @@ -418,7 +418,7 @@ This page is updated regularly to reflect compatibility status of the latest ver - {% anchor id="node_zlib" %} [`node:zlib`](https://nodejs.org/api/zlib.html) {% /anchor %} - 🟡 -- Missing `zlib.brotli*` +- Missing `zlib.brotli*`. {% /table %} {% /block %} --> @@ -621,7 +621,7 @@ The table below lists all globals implemented by Node.js and Bun's current compa ### [`require()`](https://nodejs.org/api/globals.html#require) -🟢 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) +🟢 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). ### [`Response`](https://developer.mozilla.org/en-US/docs/Web/API/Response) |