From 8b82fbee80ea56fc68e379768f21d33fcc6dfaae Mon Sep 17 00:00:00 2001 From: Aron Buzinkay <25285064+alb@users.noreply.github.com> Date: Thu, 7 Oct 2021 14:49:40 +0200 Subject: [PATCH] Fixed typo in React installation guide (#1989) --- docs/installation/react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/react.md b/docs/installation/react.md index 42f1f661..e4a26e51 100644 --- a/docs/installation/react.md +++ b/docs/installation/react.md @@ -13,7 +13,7 @@ The following guide describes how to integrate tiptap with your [React](https:// * Experience with [React](https://reactjs.org/docs/getting-started.html) ## Using a template -If you just want to get up and running with tiptap you can use the [tiptap Create React App template](https://github.com/alb/cra-template-tiptap) by [@alb](https://github.com/alb) to automatically create a new project with all the steps below alreay completed. +If you just want to get up and running with tiptap you can use the [tiptap Create React App template](https://github.com/alb/cra-template-tiptap) by [@alb](https://github.com/alb) to automatically create a new project with all the steps below already completed. ```bash # create a project based on the tiptap template