Răsfoiți Sursa

Minor clarification in a code comment.

fredck 5 ani în urmă
părinte
comite
18dc7cc3ae

+ 1 - 1
packages/ckeditor5-markdown-gfm/src/html2markdown/html2markdown.js

@@ -22,7 +22,7 @@ export default function html2markdown( html ) {
 	return turndownService.turndown( html );
 	return turndownService.turndown( html );
 }
 }
 
 
-// This is a copy of the original from turdown-plugin-gfm, with minor changes.
+// This is a copy of the original taskListItems rule from turdown-plugin-gfm, with minor changes.
 function todoList( turndownService ) {
 function todoList( turndownService ) {
 	turndownService.addRule( 'taskListItems', {
 	turndownService.addRule( 'taskListItems', {
 		filter( node ) {
 		filter( node ) {