Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar authored Mar 3, 2020
1 parent 65d8d92 commit 32ce36f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gfmdataprocessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import converters from './lib/to-markdown/converters';
*/
export default class GFMDataProcessor {
/**
* Creates a new instance of the HTML data processor class.
* Creates a new instance of the Markdown data processor class.
*
* @param {module:engine/view/document~Document} document
*/
Expand Down Expand Up @@ -67,4 +67,3 @@ export default class GFMDataProcessor {
return toMarkdown( html, { gfm: true, converters } );
}
}

0 comments on commit 32ce36f

Please sign in to comment.