docs: fix typo

This commit is contained in:
hanspagel
2021-08-27 23:49:22 +02:00
parent 0977621148
commit f9f6306180

View File

@@ -27,7 +27,9 @@ Youre using plain JavaScript or a framework thats not listed here? No worr
* [Node](https://nodejs.org/en/download/) installed on your machine * [Node](https://nodejs.org/en/download/) installed on your machine
### 1. Install the dependencies ### 1. Install the dependencies
For the following example you will need `@tiptap/core` (the actual editor) and `@tiptap/starter-kit` The StarterKit doesnt include all, but the most common extensions. For the following example you will need `@tiptap/core` (the actual editor) and `@tiptap/starter-kit`.
The StarterKit doesnt include all, but the most common extensions.
```bash ```bash
# install with npm # install with npm