浏览代码

Docs: Minor improvement in the feature guide.

Aleksander Nowodzinski 6 年之前
父节点
当前提交
76747f59ea
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-code-block/docs/features/code-block.md

+ 1 - 1
packages/ckeditor5-code-block/docs/features/code-block.md

@@ -65,7 +65,7 @@ You can change the indentation of the code using keyboard shortcuts and toolbar
 * To **decrease** indentation: Select the line (or lines) the indent should decrease. Hit the <kbd>Shift</kbd>+<kbd>Tab</kbd> keys or press the "Decrease indent" button in the toolbar.
 
 <info-box>
-	The indentation created this way can be changed. Use the {@link module:code-block/codeblock~CodeBlockConfig#indentSequence `codeBlock.indentSequence`} configuration to choose some other character (or characters) of your preference (e.g. four spaces). By default, the indentation changes by a single tab (`	`) character.
+	The indentation created this way can be changed. Use the {@link module:code-block/codeblock~CodeBlockConfig#indentSequence `codeBlock.indentSequence`} configuration to choose some other character (or characters) of your preference (e.g. four spaces). By default, the indentation changes by a single tab (`\t`) character.
 </info-box>
 
 <info-box>