From 345abcc00cc99f1bb40fc29776fd0c0e031ea5fa Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Tue, 2 Nov 2021 17:07:42 +0100 Subject: [PATCH] docs: update the next.js guide, fix #2115 --- docs/installation/nextjs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/nextjs.md b/docs/installation/nextjs.md index b51c2a77..765693a6 100644 --- a/docs/installation/nextjs.md +++ b/docs/installation/nextjs.md @@ -25,7 +25,7 @@ cd Tiptap-example ``` ## 2. Install the dependencies -Now that we have a standard boilerplate set up we can get started on getting Tiptap up and running! For this we will need to install two packages: `@tiptap/react` and `@tipta/starter-kit` which includes all the extensions you need to get started quickly. +Now that we have a standard boilerplate set up we can get started on getting Tiptap up and running! For this we will need to install two packages: `@tiptap/react` and `@tiptap/starter-kit` which includes all the extensions you need to get started quickly. ```bash # install with npm