docs: fix typo

This commit is contained in:
Hans Pagel
2021-04-22 09:09:19 +02:00
parent 9314c859fb
commit 9a3a8f019b

View File

@@ -42,7 +42,7 @@ If you followed step 1 and 2, you can now start your project with `npm run start
## 3. Create a new component ## 3. Create a new component
To actually start using tiptap, youll need to add a new component to your app. Lets call it `Tiptap` and put the following example code in `src/Tiptap.jsx`. To actually start using tiptap, youll need to add a new component to your app. Lets call it `Tiptap` and put the following example code in `src/Tiptap.jsx`.
This is the fastest way to get tiptap up and running with Vue. It will give you a very basic version of tiptap, without any buttons. No worries, you will be able to add more functionality soon. This is the fastest way to get tiptap up and running with React. It will give you a very basic version of tiptap, without any buttons. No worries, you will be able to add more functionality soon.
```jsx ```jsx
import { useEditor, EditorContent } from '@tiptap/react' import { useEditor, EditorContent } from '@tiptap/react'