8
0
Quellcode durchsuchen

Docs: related features tier 3.7. [skip ci]

godai78 vor 5 Jahren
Ursprung
Commit
a1c4be0288

+ 2 - 2
packages/ckeditor5-block-quote/docs/features/block-quote.md

@@ -17,8 +17,8 @@ Use the editor below to see the block quote plugin in action.
 
 Here are some other CKEditor 5 features that you can use similarly to the block quote plugin to structure your text better:
 
-* {@link features/indent Block indentation feature}  – Set indentation for text blocks such as paragraphs or lists.
-* {@link features/code-blocks Code block feature}  – Insert longer, multiline code listings.
+* {@link features/indent Block indentation}  – Set indentation for text blocks such as paragraphs or lists.
+* {@link features/code-blocks Code block}  – Insert longer, multiline code listings.
 * {@link features/text-alignment Text alignment} – Align your content left, right, center it or justify.
 
 ## Installation

+ 1 - 1
packages/ckeditor5-code-block/docs/features/code-blocks.md

@@ -19,7 +19,7 @@ The {@link module:code-block/codeblock~CodeBlock} feature allows inserting and e
 ## Related features
 
 Here are some features that you may find helpfully similar:
-* {@link features/basic-styles Basic text styles feature} – Use the `code` formatting command for short inline code chunks.
+* {@link features/basic-styles Basic text styles feature} – Use the `code` formatting for short inline code chunks.
 * {@link features/block-quote Block quote} – Include block quotations or pull quotes in your rich-text content.
 * {@link features/indent Block indentation feature} – Set indentation for text blocks such as paragraphs or lists.