浏览代码

Cosmetic fixes

Paweł Smyrek 5 年之前
父节点
当前提交
e56dd20d0d

+ 1 - 1
packages/ckeditor5-engine/tests/manual/tickets/4600/1.html

@@ -38,4 +38,4 @@
 
 <div id="editor">
 	<section class="simple-widget-container" />
-</div>
+</div>

+ 1 - 1
packages/ckeditor5-widget/docs/framework/guides/deep-dive/widget-internals.md

@@ -77,4 +77,4 @@ Let's see it in an short example:
 	<button>Click!</button>
 </div>
 ```
-In the above template events dispatched from the button, which is placed inside `<div>` containing `data-cke-ignore-events` attribute, will be ignored in default event handlers.
+In the above template events dispatched from the button, which is placed inside `<div>` containing `data-cke-ignore-events` attribute, will be ignored by default event handlers.