From 109374c126a2fedfcbac978a247b8ab5a1fb66e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Mon, 20 Apr 2020 14:10:08 +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 63ab42987..67c8b3e27 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 you 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 registed any extension that handles `strong` tags, you’ll only see `This is important`.