From f9f6306180ad2fb388d9fb2b6a665dd41d38b3fc Mon Sep 17 00:00:00 2001 From: hanspagel Date: Fri, 27 Aug 2021 23:49:22 +0200 Subject: [PATCH] docs: fix typo --- docs/src/docPages/installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/docPages/installation.md b/docs/src/docPages/installation.md index cb69c488..d6850e57 100644 --- a/docs/src/docPages/installation.md +++ b/docs/src/docPages/installation.md @@ -27,7 +27,9 @@ You’re using plain JavaScript or a framework that’s not listed here? No worr * [Node](https://nodejs.org/en/download/) installed on your machine ### 1. Install the dependencies -For the following example you will need `@tiptap/core` (the actual editor) and `@tiptap/starter-kit` The StarterKit doesn’t 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 doesn’t include all, but the most common extensions. ```bash # install with npm