editor_basics: fix README

This commit is contained in:
Yann Cébron 2024-07-10 11:48:25 +02:00
parent c719b7a736
commit aa5b2289be

View File

@ -3,7 +3,7 @@
## Quickstart ## Quickstart
Editor Sample Project provides a [TypedHandlerDelegate][sdk:TypedHandlerDelegate] implementation, which inserts `editor_basics` on the top of the edited document any time user types a character. Editor Sample Project provides a `TypedHandlerDelegate` implementation, which inserts `editor_basics` on the top of the edited document any time user types a character.
In addition, three actions are available in the Editor context menu: In addition, three actions are available in the Editor context menu:
- Editor Replace Text - replaces the selected text with `editor_basics`, - Editor Replace Text - replaces the selected text with `editor_basics`,