Explorar el Código

Apply suggestions from code review

Co-Authored-By: Maciej <jodator@jodator.net>
Mateusz Samsel hace 6 años
padre
commit
0b7a5ad1d8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-paste-from-office/src/filters/common.js

+ 1 - 1
packages/ckeditor5-paste-from-office/src/filters/common.js

@@ -8,7 +8,7 @@
  */
 
 /**
- * The filter removes `<b>` tag wrapper added by Google Docs for copied content.
+ * Removes `<b>` tag wrapper added by Google Docs to a copied content.
  *
  * @param {module:engine/view/documentfragment~DocumentFragment} documentFragment
  */