Przeglądaj źródła

Internal: accepted language corrections.

Co-Authored-By: Anna Tomanek <a.tomanek@cksource.com>
Marek Lewandowski 6 lat temu
rodzic
commit
112d1e4aa5

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

@@ -108,6 +108,6 @@ export default class IndentBlockCommand extends Command {
  * 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.
+ * @param {String} indentAttributeValue The current indent attribute value.
  * @returns {String|undefined}
  */