소스 검색

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 ) {