Browse Source

Style.

Co-authored-by: Anna Tomanek <a.tomanek@cksource.com>
Bartek Biedrzycki 5 years ago
parent
commit
989c72e7e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-link/src/autolink.js

+ 1 - 1
packages/ckeditor5-link/src/autolink.js

@@ -157,7 +157,7 @@ export default class AutoLink extends Plugin {
 	}
 
 	/**
-	 * Enables autolink on <kbd>Shift</kbd>+<kbd>Enter</kbd> key.
+	 * Enables autolinking on the <kbd>Shift</kbd>+<kbd>Enter</kbd> keyboard shortcut.
 	 *
 	 * @private
 	 */