From abc16ad54bf09347138f2c494d0b7483a26aaeeb Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Tue, 15 Sep 2020 17:26:47 +0200 Subject: [PATCH] fix typo --- docs/src/docPages/api/extensions/bold.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docPages/api/extensions/bold.md b/docs/src/docPages/api/extensions/bold.md index 81f28cf8..c3a7e75d 100644 --- a/docs/src/docPages/api/extensions/bold.md +++ b/docs/src/docPages/api/extensions/bold.md @@ -1,7 +1,7 @@ # Bold Use this extension to render text in **bold**. If you pass ``, `` tags, or text with inline `style` attributes setting the `font-weight` CSS rule in the editor’s initial content, they all will be rendered accordingly. -Type `**two asterisks**` or `__two underlines__` and the it will be magically transformed to **bold** text while you type. +Type `**two asterisks**` or `__two underlines__` and it will be magically transformed to **bold** text while you type. ::: warning Restrictions The extension will generate the corresponding `` HTML tags when reading contents of the `Editor` instance. All text marked bold, regardless of the method will be normalized to `` HTML tags.