mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 13:55:41 +01:00
Spelling fixed on the website playground.
This commit is contained in:
parent
a40145a4c9
commit
5204ce8300
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// Add additonal d.ts files to the JavaScript language service and change.
|
||||
// Add additional d.ts files to the JavaScript language service and change.
|
||||
// Also change the default compilation options.
|
||||
// The sample below shows how a class Facts is declared and introduced
|
||||
// to the system and how the compiler is told to use ES6 (target=2).
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ editor.addAction({
|
|||
contextMenuOrder: 1.5,
|
||||
|
||||
// Method that will be executed when the action is triggered.
|
||||
// @param editor The editor instance is passed in as a convinience
|
||||
// @param editor The editor instance is passed in as a convenience
|
||||
run: function(ed) {
|
||||
alert("i'm running => " + ed.getPosition());
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue