From 19d29297efedaa29c122086b90b141d7a33cbd70 Mon Sep 17 00:00:00 2001 From: Mohammad Hussain Nagaria <34810212+NagariaHussain@users.noreply.github.com> Date: Thu, 1 Sep 2022 17:27:20 +0530 Subject: [PATCH] fix: Typo (#3132) --- docs/api/extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/extensions.md b/docs/api/extensions.md index eca92cbe..61d8a051 100644 --- a/docs/api/extensions.md +++ b/docs/api/extensions.md @@ -41,7 +41,7 @@ Existing [nodes](/api/nodes), [marks](/api/marks) and [extensions](/api/extensio We recommend to start with customizing existing extensions first, and create your own extensions with the gained knowledge later. That’s why all the below examples extend existing extensions, but all examples will work on newly created extensions aswell. ## Create a new extension -You’re free to create your own extensions for Tiptap. Here is the boilerplate code that’s need to create and register your own extension: +You’re free to create your own extensions for Tiptap. Here is the boilerplate code that’s needed to create and register your own extension: ```js import { Extension } from '@tiptap/core'