Ver código fonte

Update packages/ckeditor5-code-block/docs/features/code-blocks.md

Co-authored-by: Anna Tomanek <a.tomanek@cksource.com>
Bartek Biedrzycki 5 anos atrás
pai
commit
c91fc7b4e8

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

@@ -14,7 +14,7 @@ The {@link module:code-block/codeblock~CodeBlock} feature allows inserting and e
 
 ## Demo
 
-Use the code block toolbar button and the type dropdown, to insert desired code block. Alternatively, use the `` ``` `` code provided by the {@link features/autoformat autoformatting feature}.
+Use the code block toolbar button and the type dropdown to insert a desired code block. Alternatively, start the line with `` ``` `` to format it as a code block thanks to the {@link features/autoformat autoformatting feature}.
 
 {@snippet features/code-block}