소스 검색

Fixed spelling error in README.md:85 `instantion` -> `instantiation`

Aarin Smith 8 년 전
부모
커밋
0fd6593f86
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
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) {