From 698a3ad0d3376829ad21afed5db640fffc4ce6ae Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Fri, 16 Apr 2021 19:15:55 +0200 Subject: [PATCH] docs: fix typo, fix #280 --- docs/src/docPages/guide/custom-extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docPages/guide/custom-extensions.md b/docs/src/docPages/guide/custom-extensions.md index d4a5f908..0ef601e0 100644 --- a/docs/src/docPages/guide/custom-extensions.md +++ b/docs/src/docPages/guide/custom-extensions.md @@ -3,7 +3,7 @@ ## toc ## Introduction -You can build your own extensions from scratch with the `Node`, `Mark`, and `Extension` classes. Just pass an object with your configuration and custom code. Read the [ovewrite & extend](/guide/extend-extensions) guide to learn more about all the things you can control. +You can build your own extensions from scratch with the `Node`, `Mark`, and `Extension` classes. Just pass an object with your configuration and custom code. Read the [overwrite & extend](/guide/extend-extensions) guide to learn more about all the things you can control. And if everything is working fine, don’t forget to [share it with the community](https://github.com/ueberdosis/tiptap/issues/819).