浏览代码

Docs: Typo fix.

Krzysztof Krztoń 7 年之前
父节点
当前提交
a83e43771f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-core/src/plugincollection.js

+ 1 - 1
packages/ckeditor5-core/src/plugincollection.js

@@ -302,7 +302,7 @@ export default class PluginCollection {
 	 * Runs the initialisation process ({@link module:core/plugin~Plugin#init `init()`}
 	 * and {@link module:core/plugin~Plugin#afterInit `afterInit()`} methods) for the given set of plugins.
 	 *
-	 * @param {<Array.<module:core/plugin~PluginInterface>} plugins The array of plugins to initialise.
+	 * @param {Array.<module:core/plugin~PluginInterface>} plugins The array of plugins to initialise.
 	 * @returns {Promise} A promise which resolves after all given plugins have been initialized.
 	 */
 	init( plugins ) {