Explorar o código

Docs: fixed typo in docs.

Piotr Jasiun %!s(int64=6) %!d(string=hai) anos
pai
achega
ba9f209afa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;