Browse Source

Internal: accepted language corrections.

Co-Authored-By: Anna Tomanek <a.tomanek@cksource.com>
Marek Lewandowski 6 years ago
parent
commit
8d9dae27c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-indent/src/indentblockcommand.js

+ 1 - 1
packages/ckeditor5-indent/src/indentblockcommand.js

@@ -105,7 +105,7 @@ export default class IndentBlockCommand extends Command {
  */
 
 /**
- * Returns new indent attribute value based on current indent. Method returns `undefined` when indentation should be removed.
+ * Returns a new indent attribute value based on the current indent. This method returns `undefined` when the indentation should be removed.
  *
  * @method #getNextIndent
  * @param {String} indentAttributeValue Current indent attribute value.