Browse Source

Style

Co-authored-by: Anna Tomanek <a.tomanek@cksource.com>
Bartek Biedrzycki 5 years ago
parent
commit
56ffc2f5d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-link/docs/features/link.md

+ 1 - 1
packages/ckeditor5-link/docs/features/link.md

@@ -242,7 +242,7 @@ ClassicEditor
 
 You can enable automatic linking of URLs typed or pasted into the editor. The {@link module:link/autolink~AutoLink `AutoLink`} feature will automatically turn URLs or e-mail addresses into real, working links.
 
-To use the autolink function simply type <kbd>Space</kbd>, or <kbd>Enter</kbd> or <kbd>Shift</kbd>+<kbd>Enter</kbd> after a link.
+To use the autolink function simply press <kbd>Space</kbd>, <kbd>Enter</kbd> or <kbd>Shift</kbd>+<kbd>Enter</kbd> after a link.
 
 <info-box>
 	Autolink action can always be reverted by the undo feature (<kbd>Ctrl/⌘</kbd>+<kbd>Z</kbd>).