Skip to content

Commit 4b1870a

Browse files
committed
Fix typo
1 parent 058d4e3 commit 4b1870a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content_management/rich_text/extend_online_editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ For a full list of standard buttons, see the RichText module's [configuration fi
383383
Regular CKEditor plugins can be added to the Online Editor.
384384
This procedure is illustrated with the addition of the [Special characters plugin](https://ckeditor.com/docs/ckeditor5/latest/features/special-characters.html).
385385

386-
You can install a CKEditor plugin locally by using `yarn add ` or `npm install`, and deployt it by committing the `yarn.lock` file.
386+
You can install a CKEditor plugin locally by using `yarn add ` or `npm install`, and deploy it by committing the `yarn.lock` file.
387387
A local installation looks like:
388388

389389
```bash

0 commit comments

Comments
 (0)