Browse Source

Style.

Co-authored-by: Anna Tomanek <a.tomanek@cksource.com>
Bartek Biedrzycki 5 years ago
parent
commit
a8b65b148f
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

@@ -209,7 +209,7 @@ export default class AutoLink extends Plugin {
 	 * Applies link on a given range.
 	 *
 	 * @param {String} url The URL to link.
-	 * @param {module:engine/model/range~Range} range Text range to apply the link attribute to.
+	 * @param {module:engine/model/range~Range} range The text range to apply the link attribute to.
 	 * @private
 	 */
 	_applyAutoLink( url, range ) {