Skip to content

Commit eb70587

Browse files
authored
Update compatibility-dates.mdx / Fix Typo
Fix Typo
1 parent 54daeee commit eb70587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/configuration/compatibility-dates.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ You can opt into improved Node.js compatibility by using `nodejs_compat_v2` inst
8080
additionally you can import Node.js modules without the `node:` prefix and use polyfilled Node.js modules and globals that are not available with `nodejs_compat`.
8181

8282
On September 23, 2024, `nodejs_compat` will use the improved Node.js compatibility currently enabled with `nodejs_compat_v2`. This will require updating your
83-
compatability_date to 2024-09-23 or later.
83+
compatibility_date to 2024-09-23 or later.
8484
:::
8585

8686
A [growing subset](/workers/runtime-apis/nodejs/) of Node.js APIs are available directly as [Runtime APIs](/workers/runtime-apis/nodejs), with no need to add polyfills to your own code. To enable these APIs in your Worker, add the `nodejs_compat` compatibility flag to your `wrangler.toml`:

0 commit comments

Comments
 (0)