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

Docs: Bold instead of italic for consistency. [skip ci]

Piotrek Koszuliński 6 лет назад
Родитель
Сommit
a12a7d12d0

+ 1 - 1
packages/ckeditor5-font/src/fontbackgroundcolor.js

@@ -135,7 +135,7 @@ export default class FontBackgroundColor extends Plugin {
  *			]
  *		};
  *
- * *Note*: The colors are displayed in the `'fontBackgroundColor'` dropdown.
+ * **Note**: The colors are displayed in the `'fontBackgroundColor'` dropdown.
  *
  * @member {Array.<String|Object>} module:font/fontbackgroundcolor~FontBackgroundColorConfig#colors
  */

+ 1 - 1
packages/ckeditor5-font/src/fontcolor.js

@@ -134,7 +134,7 @@ export default class FontColor extends Plugin {
  *			]
  *		};
  *
- * *Note*: The colors are displayed in the `'fontColor'` dropdown.
+ * **Note**: The colors are displayed in the `'fontColor'` dropdown.
  *
  * @member {Array.<String|Object>} module:font/fontcolor~FontColorConfig#colors
  */