Преглед изворни кода

Docs: Minor corrections in cross-links. [skip ci]

Anna Tomanek пре 5 година
родитељ
комит
1b4889a083

+ 1 - 1
packages/ckeditor5-engine/docs/framework/guides/deep-dive/conversion-extending-output.md

@@ -357,4 +357,4 @@ Add some CSS styles for `.my-heading` to see the customization in action:
 
 
 If you would like to read more about how to make CKEditor 5 accept more content, refer to the {@link framework/guides/deep-dive/conversion-preserving-custom-content Preserving custom content} guide.
 If you would like to read more about how to make CKEditor 5 accept more content, refer to the {@link framework/guides/deep-dive/conversion-preserving-custom-content Preserving custom content} guide.
 
 
-If you would like to read about how to create complex view structures or how to move from {@link module:engine/conversion/conversion~Conversion two-way} or {@link module:engine/conversion/conversion~Conversion#for one-way} converters to an event-based ones, refer to the {@link framework/guides/deep-dive/custom-element-conversion Custom element conversion} guide.
+If you want to learn how to create complex view structures or how to move from {@link module:engine/conversion/conversion~Conversion two-way} or {@link module:engine/conversion/conversion~Conversion#for one-way} converters to event-based ones, refer to the {@link framework/guides/deep-dive/custom-element-conversion Custom element conversion} guide.

+ 1 - 1
packages/ckeditor5-engine/docs/framework/guides/deep-dive/conversion-preserving-custom-content.md

@@ -488,4 +488,4 @@ ClassicEditor
 
 
 If you would like to read more about how to extend the output of existing CKEditor 5 features, refer to the {@link framework/guides/deep-dive/conversion-extending-output Extending the editor output} guide.
 If you would like to read more about how to extend the output of existing CKEditor 5 features, refer to the {@link framework/guides/deep-dive/conversion-extending-output Extending the editor output} guide.
 
 
-If you would like to read about how to create complex view structures or how to move from {@link module:engine/conversion/conversion~Conversion two-way} or {@link module:engine/conversion/conversion~Conversion#for one-way} converters to an event-based ones, refer to the {@link framework/guides/deep-dive/custom-element-conversion Custom element conversion} guide.
+If you want to learn how to create complex view structures or how to move from {@link module:engine/conversion/conversion~Conversion two-way} or {@link module:engine/conversion/conversion~Conversion#for one-way} converters to event-based ones, refer to the {@link framework/guides/deep-dive/custom-element-conversion Custom element conversion} guide.

+ 1 - 1
packages/ckeditor5-engine/src/conversion/downcasthelpers.js

@@ -62,7 +62,7 @@ export default class DowncastHelpers extends ConversionHelpers {
 	 * See {@link module:engine/conversion/conversion~Conversion#for `conversion.for()`} to learn how to add a converter
 	 * See {@link module:engine/conversion/conversion~Conversion#for `conversion.for()`} to learn how to add a converter
 	 * to the conversion process.
 	 * to the conversion process.
 	 *
 	 *
-	 * You can read more about element to element conversion in the
+	 * You can read more about element-to-element conversion in the
 	 * {@glink framework/guides/deep-dive/conversion/custom-element-conversion Custom element conversion} guide.
 	 * {@glink framework/guides/deep-dive/conversion/custom-element-conversion Custom element conversion} guide.
 	 *
 	 *
 	 * @method #elementToElement
 	 * @method #elementToElement