ソースを参照

Merge branch 'stable'

Marek Lewandowski 6 年 前
コミット
66820baa1b

+ 1 - 1
packages/ckeditor5-basic-styles/src/italic/italicediting.js

@@ -16,7 +16,7 @@ const ITALIC = 'italic';
  * The italic editing feature.
  *
  * It registers the `'italic'` command, the <kbd>Ctrl+I</kbd> keystroke and introduces the `italic` attribute in the model
- * which renders to the view as an `<em>` element.
+ * which renders to the view as an `<i>` element.
  *
  * @extends module:core/plugin~Plugin
  */