Skip to content

Commit

Permalink
Post renaming fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekbogdanski committed Mar 15, 2021
1 parent 9b5a096 commit d63ec7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ckeditor5-clipboard/tests/dragdrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ describe( 'Drag and Drop', () => {
);
} );

it( 'should start dragging the selected text part', () => {
it( 'should start dragging the selected text fragment', () => {
setModelData( model,
'<paragraph>[foo]bar</paragraph>'
);
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-language/src/textpartlanguagecommand.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default class TextPartLanguageCommand extends Command {
* * `languageCode` - The language code used for the lang attribute in [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1) format.
* * `textDirection` - One of the following values: `rtl` or `ltr`, indicating the reading direction of the language.
*
* See {@link module:core/editor/editorconfig~LanguageConfig#textPartLanguage text part config}
* See {@link module:core/editor/editorconfig~LanguageConfig#textPartLanguage text part language config}
* for more information about language properties.
*
* It is set to `false` otherwise.
Expand Down

0 comments on commit d63ec7c

Please sign in to comment.