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

Docs: Improved docs readability.

Szymon Cofalik 5 лет назад
Родитель
Сommit
5bb2325f28
1 измененных файлов с 4 добавлено и 2 удалено
  1. 4 2
      packages/ckeditor5-core/src/context.js

+ 4 - 2
packages/ckeditor5-core/src/context.js

@@ -314,7 +314,8 @@ export default class Context {
  *				context.plugins.get( BarPlugin ); // -> An instance of the Bar plugin.
  *			} );
  *
- * See also {@link module:core/editor/editor~Editor.builtinPlugins} and {@link module:core/context~Context.defaultConfig}.
+ * See also {@link module:core/context~Context.defaultConfig `Context.defaultConfig`}
+ * and {@link module:core/editor/editor~Editor.builtinPlugins `Editor.builtinPlugins`}.
  *
  * @static
  * @member {Array.<Function>} module:core/context~Context.builtinPlugins
@@ -346,7 +347,8 @@ export default class Context {
  *				context.config.get( 'bar' ); // -> 3
  *			} );
  *
- * See also {@link module:core/editor/editor~Editor.defaultConfig} and {@link module:core/context~Context.builtinPlugins}.
+ * See also {@link module:core/context~Context.builtinPlugins `Context.builtinPlugins`}
+ * and {@link module:core/editor/editor~Editor.defaultConfig `Editor.defaultConfig`}.
  *
  * @static
  * @member {Object} module:core/context~Context.defaultConfig