瀏覽代碼

Docs fixes.

Szymon Cofalik 6 年之前
父節點
當前提交
cf86e927c1
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      packages/ckeditor5-table/src/converters/tablecell-post-fixer.js

+ 2 - 1
packages/ckeditor5-table/src/converters/tablecell-post-fixer.js

@@ -126,7 +126,8 @@ function getElementsToCheck( view ) {
 // - span: for single paragraph with no attributes.
 // - p   : in other cases.
 function ensureProperElementName( currentViewElement, mapper, writer ) {
-	// This situation may happen if a view element was changed and removed at the same time. In this case the view element is already unbound so the post-fixer would crash.
+	// This situation may happen if a view element was changed and removed at the same time.
+	// In this case, the view element is already unbound so the post-fixer would crash.
 	if ( !currentViewElement.root.is( 'rootElement' ) ) {
 		return false;
 	}