Skip to content

Commit

Permalink
docs: a minor change in v11 migration for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet authored Nov 27, 2024
1 parent b8554e3 commit 2f136c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/migration/10_to_11.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ QuillEditor.basic(

```diff
QuillEditor.basic(
+ controller: _controller,
config: QuillEditorConfig(
- controller: _controller,
),
+ controller: _controller,
)
```

Expand Down Expand Up @@ -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.
The functionality itself has not changed and no experimental changes were introduced.

0 comments on commit 2f136c9

Please sign in to comment.