Browse Source

Merge pull request #582 from domoritz/patch-1

Fix code in changelog
Alexandru Dima 7 years ago
parent
commit
408862ba77
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CHANGELOG.md

+ 1 - 1
CHANGELOG.md

@@ -7,7 +7,7 @@
 
 ### Breaking changes
 * Removed `CodeAction`.
-* Method `provideCodeActions` in `CodeActionProvider` now returns `Command[] | Thenable<Command[]` instead of `CodeAction[] | Thenable<CodeAction[]>`, which is already removed.
+* Method `provideCodeActions` in `CodeActionProvider` now returns `Command[] | Thenable<Command[]>` instead of `CodeAction[] | Thenable<CodeAction[]>`, which is already removed.
 
 ### API changes
 * added `monaco.editor.getModelMarkers`. Get markers for owner and/or resource.