diff --git a/components/prism-core.js b/components/prism-core.js index 1259f23e07..22f26df59a 100644 --- a/components/prism-core.js +++ b/components/prism-core.js @@ -38,7 +38,7 @@ var Prism = (function (_self) { * empty Prism object into the global scope before loading the Prism script like this: * * ```js - * window.Prism = window.Prism || {}; + * globalThis.Prism = globalThis.Prism || {}; * Prism.manual = true; * // add a new