Bladeren bron

Docs: Fixed the ESLint warning about line length.

Aleksander Nowodzinski 5 jaren geleden
bovenliggende
commit
0ec2cce8a5
1 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 2 1
      packages/ckeditor5-image/src/imageinsert.js

+ 2 - 1
packages/ckeditor5-image/src/imageinsert.js

@@ -75,7 +75,8 @@ export default class ImageInsert extends Plugin {
  * The option accepts string tokens.
  * * for predefined integrations, we have two special strings: `insertImageViaUrl` and `openCKFinder`.
  * The former adds the **Insert image via URL** feature, while the latter adds the built-in **CKFinder** integration.
- * * for custom integrations, each string should be a name of the component registered in the {@link module:ui/componentfactory~ComponentFactory component factory}.
+ * * for custom integrations, each string should be a name of the component registered in the
+ * {@link module:ui/componentfactory~ComponentFactory component factory}.
  * If you have a plugin `PluginX` that registers `pluginXButton` component, then the integration token
  * in that case should be `pluginXButton`.
  *