Browse Source

Docs: fixed typo in docs.

Piotr Jasiun 6 years ago
parent
commit
ba9f209afa
1 changed files with 1 additions and 1 deletions
  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;