8
0
Просмотр исходного кода

Docs: wrapped undefined value with backticks.

Marek Lewandowski 6 лет назад
Родитель
Сommit
f682fa5bff
1 измененных файлов с 1 добавлено и 1 удалено
  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 new indent attribute value based on current indent. Method returns `undefined` when indentation should be removed.
  *
  * @method #getNextIndent
  * @param {String} indentAttributeValue Current indent attribute value.