@@ -28,7 +28,7 @@
/**
* Executes the normalization of a given data.
*
- * @method #exec
+ * @method #execute
* @param {Object} data object obtained from
* {@link module:clipboard/clipboard~Clipboard#event:inputTransformation inputTransformation event}.
*/
@@ -26,7 +26,7 @@ export default class GoogleDocsNormalizer {
* @inheritDoc
- exec( data ) {
+ execute( data ) {
const writer = new UpcastWriter();
removeBoldTagWrapper( {
@@ -28,7 +28,7 @@ export default class MSWordNormalizer {
const html = data.dataTransfer.getData( 'text/html' );
data.content = normalizeWordInput( html, data.dataTransfer );