From 9a3a8f019b9f9260d02f0cfd015dcf38e76c77d9 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Thu, 22 Apr 2021 09:09:19 +0200 Subject: [PATCH] docs: fix typo --- docs/src/docPages/installation/react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docPages/installation/react.md b/docs/src/docPages/installation/react.md index f6ca84be..93c1207c 100644 --- a/docs/src/docPages/installation/react.md +++ b/docs/src/docPages/installation/react.md @@ -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 To actually start using tiptap, you’ll need to add a new component to your app. Let’s 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 import { useEditor, EditorContent } from '@tiptap/react'