Parcourir la source

Fix code in changelog

Dominik Moritz il y a 7 ans
Parent
commit
bfcf32fde0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      CHANGELOG.md

+ 1 - 1
CHANGELOG.md

@@ -4,7 +4,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.