From 046a04289b9c4f585f4301c8f73f2e98853cdadc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Gurin?= Date: Sat, 14 Jul 2018 21:23:37 -0300 Subject: [PATCH] fix small error in integration docs --- docs/integrate-amd-cross.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrate-amd-cross.md b/docs/integrate-amd-cross.md index efc9ed0cf7..5dd315b553 100644 --- a/docs/integrate-amd-cross.md +++ b/docs/integrate-amd-cross.md @@ -26,7 +26,7 @@ Assuming the HTML lives on `www.mydomain.com` and the editor is hosted on `www.m getWorkerUrl: function(workerId, label) { return `data:text/javascript;charset=utf-8,${encodeURIComponent(` self.MonacoEnvironment = { - baseUrl: 'http://www.mycdn.com/monaco-editor/min/vs' + baseUrl: 'http://www.mycdn.com/monaco-editor/min/' }; importScripts('http://www.mycdn.com/monaco-editor/min/vs/base/worker/workerMain.js');` )}`;