diff --git a/doc/migration/10_to_11.md b/doc/migration/10_to_11.md index f352d7e21..307e0d396 100644 --- a/doc/migration/10_to_11.md +++ b/doc/migration/10_to_11.md @@ -108,10 +108,10 @@ QuillEditor.basic( ```diff QuillEditor.basic( ++ controller: _controller, config: QuillEditorConfig( - controller: _controller, ), -+ controller: _controller, ) ``` @@ -482,4 +482,4 @@ in non-major releases: - The `QuillController.clipboardSelection()`. - The `CopyCutServiceProvider`, `CopyCutService`, and `DefaultCopyCutService`. -The functionality itself has not changed and no experimental changes were introduced. \ No newline at end of file +The functionality itself has not changed and no experimental changes were introduced.