Procházet zdrojové kódy

Formatting.

Co-authored-by: Anna Tomanek <a.tomanek@cksource.com>
Bartek Biedrzycki před 5 roky
rodič
revize
d525481818

+ 1 - 1
packages/ckeditor5-link/docs/_snippets/features/autolink.html

@@ -1,5 +1,5 @@
 <div id="snippet-autolink">
 	<p>Press Space after a link to see the magic of autolinking: https://ckeditor.com/</p>
 	<p>This function will link to e-mail addresses too: example@example.com</p><p>This feature also works with e-mail addresses: example@example.com</p>
-	<p>You can also use <kbd>Enter</kbd> or <kbd>Shift</kbd>+<kbd>Enter</kbd> to achieve the same result: https://ckeditor.com</p>
+	<p>You can use Enter or Shift+Enter to achieve the same result: https://ckeditor.com/</p>
 </div>