Explorar el Código

Style.

Co-authored-by: Anna Tomanek <a.tomanek@cksource.com>
Bartek Biedrzycki hace 5 años
padre
commit
a8b65b148f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 ) {