Skip to content

Commit

Permalink
Improved descriptions and comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2ciek committed May 31, 2021
1 parent 6ad6e8b commit 111efb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ckeditor5-engine/src/conversion/upcasthelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ function upcastAttributeToMarker( config ) {
return ( evt, data, conversionApi ) => {
const attrName = `data-${ config.view }`;

// Check if any attribute for the given view item can be consumed before changing the data
// Check if any attribute for the given view item can be consumed before changing the conversion data
// and consuming view items with these attributes.
if (
!conversionApi.consumable.test( data.viewItem, { attributes: attrName + '-end-after' } ) &&
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-table/tests/table-integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ describe( 'Table feature – integration', () => {
} );
} );

describe( 'Table feature – integration #2', () => {
describe( 'Table feature – integration with markers', () => {
let editor;

afterEach( () => {
Expand Down

0 comments on commit 111efb7

Please sign in to comment.