diff --git a/example/example-popup.html b/example/example-popup.html index b7a41bf9..813aeaf4 100644 --- a/example/example-popup.html +++ b/example/example-popup.html @@ -42,10 +42,10 @@
- In other editors, the workspace is provided by a single contenteditable element in which you can create and modify HTML markup. This resulted in bugs with moving text fragments or scaling images, while page parts are jumping and twitches. Or highlighting big parts of the text in the case when you just want to make few words to be a heading or bold. + In other editors, the workspace is provided by a single contenteditable element in which you can create and modify HTML markup. This results in bugs with moving text fragments or scaling images, while page parts are jumping and twitches. Or highlighting big parts of the text in the case when you just want to make few words to be a heading or bold.
The Editor.js workspace consists of separate Blocks: paragraphs, headings, images, lists, quotes, etc. Each of them is an independent contenteditable element (or more complex structure) provided by Plugin and united by Editor's Core.