From 0fd6593f8639aa035045c8edd77858865e8fbe25 Mon Sep 17 00:00:00 2001 From: Aarin Smith Date: Tue, 16 May 2017 16:03:01 -0700 Subject: [PATCH] Fixed spelling error in README.md:85 `instantion` -> `instantiation` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4e7145410..22d4f6341d 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ If you are hosting your `.js` on a different domain (e.g. on a CDN) than the HTM // Before loading vs/editor/editor.main, define a global MonacoEnvironment that overwrites // the default worker url location (used when creating WebWorkers). The problem here is that - // HTML5 does not allow cross-domain web workers, so we need to proxy the instantion of + // HTML5 does not allow cross-domain web workers, so we need to proxy the instantiation of // a web worker through a same-domain script window.MonacoEnvironment = { getWorkerUrl: function(workerId, label) {