From 9b2b0ae276895cc10a8fe54efad1dc3f29eb8604 Mon Sep 17 00:00:00 2001 From: Codex Date: Sat, 4 Apr 2026 10:14:28 +0800 Subject: [PATCH] docs: fix parcel setup spelling in ESM guide --- docs/integrate-esm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrate-esm.md b/docs/integrate-esm.md index d4b11cc946..f5466a7096 100644 --- a/docs/integrate-esm.md +++ b/docs/integrate-esm.md @@ -136,7 +136,7 @@ module.exports = { A full working sample is available at https://github.com/microsoft/monaco-editor/tree/main/samples/browser-esm-parcel -When using parcel, we need to use the `getWorkerUrl` function and build the workers seperately from our main source. To simplify things, we can write a tiny bash script to build the workers for us. +When using parcel, we need to use the `getWorkerUrl` function and build the workers separately from our main source. To simplify things, we can write a tiny bash script to build the workers for us. - `index.js`