Procházet zdrojové kódy

Docs: Wording and removed broken link.

Piotrek Koszuliński před 6 roky
rodič
revize
eb577073d0

+ 1 - 1
docs/framework/guides/tutorials/implementing-a-block-widget.md

@@ -976,7 +976,7 @@ You can see the block widget implementation in action in the editor below. You c
 
 ## Full source code
 
-The following code contains a complete implementation of the `SimpleBox` plugin and the code to run the editor. You can paste it into the [`app.js`](#plugin-structure) file and it will run out–of–the–box:
+The following code contains a complete implementation of the `SimpleBox` plugin (and all its dependencies) and the code to run the editor. You can paste it into the [`app.js`](#plugin-structure) file and it will run out–of–the–box:
 
 ```js
 import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor';

+ 1 - 1
docs/framework/guides/tutorials/implementing-an-inline-widget.md

@@ -729,7 +729,7 @@ You can see the placeholder widget implementation in action in the editor below.
 
 ## Full source code
 
-The following code contains a complete implementation of the `Placeholder` plugin and the code to run the editor. You can paste it into the [`app.js`](#plugin-structure) file and it will run out–of–the–box:
+The following code snippet contains a complete implementation of the `Placeholder` plugin (and all its dependencies) and the code to run the editor. You can paste it into the `app.js` file and it will run out–of–the–box:
 
 ```js
 import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor';