Skip to content

Commit

Permalink
fix: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NagariaHussain authored Aug 27, 2022
1 parent 9a254bf commit fab1516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit fab1516

Please sign in to comment.