@ckeditor/ckeditor5-core 42.0.0-alpha.12 → 42.0.0-alpha.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
- package/src/plugincollection.js +1 -1
package/dist/index.js
CHANGED
|
@@ -642,7 +642,7 @@ import { isFunction } from 'lodash-es';
|
|
|
642
642
|
* that you tried loading plugins by name. However, unlike CKEditor 4, CKEditor 5 does not implement a "plugin loader".
|
|
643
643
|
* This means that CKEditor 5 does not know where to load the plugin modules from. Therefore, you need to
|
|
644
644
|
* provide each plugin through a reference (as a constructor function). Check out the examples in the
|
|
645
|
-
* {@glink getting-started/quick-start Quick start} guide.
|
|
645
|
+
* {@glink getting-started/installation/quick-start Quick start} guide.
|
|
646
646
|
*
|
|
647
647
|
* @error plugincollection-plugin-not-found
|
|
648
648
|
* @param plugin The name of the plugin which could not be loaded.
|