8
0
Maciej Gołaszewski 6 лет назад
Родитель
Сommit
a5bfe91057
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-link/src/link.js

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

@@ -58,7 +58,7 @@ export default class Link extends Plugin {
  */
 
 /**
- * When set `true`, the `target="blank"` and `rel="noopener noreferrer"` attributes are automatically added to all external links
+ * When set `true`, the `target="_blank"` and `rel="noopener noreferrer"` attributes are automatically added to all external links
  * in the editor. By external are meant all links in the editor content starting with `http`, `https`, or `//`.
  *
  *		ClassicEditor