diff --git a/docs/latest/.sha b/docs/latest/.sha
index 4b12bb585..1bda0a5e7 100644
--- a/docs/latest/.sha
+++ b/docs/latest/.sha
@@ -1 +1 @@
-d1c2d06baebefda14fc1253b47a199435cb8baeb
\ No newline at end of file
+d0db2ec33329c18316760d39caad15a1c1169321
\ No newline at end of file
diff --git a/docs/latest/tutorial/esm.md b/docs/latest/tutorial/esm.md
index ae532fbba..f1500eb5f 100644
--- a/docs/latest/tutorial/esm.md
+++ b/docs/latest/tutorial/esm.md
@@ -32,7 +32,7 @@ This table gives a general overview of where ESM is supported and which ESM load
| Main | Node.js | N/A |
- [You must use `await` generously before the app's `ready` event](#you-must-use-await-generously-before-the-apps-ready-event)
|
| Renderer (Sandboxed) | Chromium | Unsupported | - [Sandboxed preload scripts can't use ESM imports](#sandboxed-preload-scripts-cant-use-esm-imports)
|
| Renderer (Unsandboxed & Context Isolated) | Chromium | Node.js | - [Unsandboxed ESM preload scripts will run after page load on pages with no content](#unsandboxed-esm-preload-scripts-will-run-after-page-load-on-pages-with-no-content)
- [ESM Preload Scripts must have the `.mjs` extension](#esm-preload-scripts-must-have-the-mjs-extension)
|
-| Renderer (Unsandboxed & Non Context Isolated) | Chromium | Node.js | - [Unsandboxed ESM preload scripts will run after page load on pages with no content](#unsandboxed-esm-preload-scripts-will-run-after-page-load-on-pages-with-no-content)
- [ESM Preload Scripts must have the `.mjs` extension](#esm-preload-scripts-must-have-the-mjs-extension)
- [ESM preload scripts must be context isolated to use dynamic Node.js ESM imports](#esm-preload-scripts-must-be-context-isolated-to-use-dynamic-nodejs-esm-imports)
|
+| Renderer (Unsandboxed & Non Context Isolated) | Chromium | Node.js | - [Unsandboxed ESM preload scripts will run after page load on pages with no content](#unsandboxed-esm-preload-scripts-will-run-after-page-load-on-pages-with-no-content)
- [ESM Preload Scripts must have the `.mjs` extension](#esm-preload-scripts-must-have-the-mjs-extension)
|
## Main process