From dc3718de62885d3ac72481aa02c45e927db5cce3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Tue, 21 Apr 2020 20:03:06 +0200 Subject: [PATCH] wording --- docs/src/data/posts/schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/data/posts/schema.md b/docs/src/data/posts/schema.md index 67c8b3e2..157ebeba 100644 --- a/docs/src/data/posts/schema.md +++ b/docs/src/data/posts/schema.md @@ -4,6 +4,6 @@ Unlike many other editors, tiptap is based on a [schema](https://prosemirror.net This schema is *very* strict. You can’t use any HTML-element or attribute that is not defined in your schema. -For example if you paste something like `This is important` into tiptap and don’t have registed any extension that handles `strong` tags, you’ll only see `This is important`. +For example if you paste something like `This is important` into tiptap and don’t have registered any extension that handles `strong` tags, you’ll only see `This is important`.