瀏覽代碼

Style.

Co-authored-by: Anna Tomanek <a.tomanek@cksource.com>
Bartek Biedrzycki 5 年之前
父節點
當前提交
a8b65b148f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 ) {