We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15efe52 commit 2baae70Copy full SHA for 2baae70
docs/global-apis/editor-manager.md
@@ -7,7 +7,7 @@ The `editorManager` allows to interact with the Editor Instance and listen to va
7
## Methods and Properties
8
9
### `editor`
10
-This is an instance of the Ace editor. Check out editor methods [here](https://ajaxorg.github.io/ace-api-docs/interfaces/ace.Ace.Editor.html)
+This is an instance of the Ace editor. Check out editor methods [here](https://ajaxorg.github.io/ace-api-docs/classes/ace.Editor-1.html)
11
12
- `addCommand(args: string | object)` This method allows you add a command to command palette of Acode app. You can use it like:
13
```javascript
0 commit comments