Skip to content

Commit

Permalink
Merge pull request #440 from aarinsmith/master
Browse files Browse the repository at this point in the history
Fixed spelling error in README.md:85 `instantion` -> `instantiation`
  • Loading branch information
alexdima authored Jun 23, 2017
2 parents 7f87eca + 0fd6593 commit b92a250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b92a250

Please sign in to comment.