diff --git a/code_samples/editor_basics/README.md b/code_samples/editor_basics/README.md index a0eeb43ed..5391fe69e 100644 --- a/code_samples/editor_basics/README.md +++ b/code_samples/editor_basics/README.md @@ -3,7 +3,7 @@ ## 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: - Editor Replace Text - replaces the selected text with `editor_basics`,