8
0
Piotr Jasiun 6 лет назад
Родитель
Сommit
ba9f209afa
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-engine/src/view/upcastwriter.js

+ 1 - 1
packages/ckeditor5-engine/src/view/upcastwriter.js

@@ -177,7 +177,7 @@ export default class UpcastWriter {
 	 * It does nothing if element has no parent.
 	 *
 	 * @param {module:engine/view/element~Element} element Element which will be unwrapped
-	 * @returns {Booolean} Whether element was successfully unwrapped.
+	 * @returns {Boolean} Whether element was successfully unwrapped.
 	 */
 	unwrapElement( element ) {
 		const parent = element.parent;