Kaynağa Gözat

API typo fix.

Maciej Gołaszewski 6 yıl önce
ebeveyn
işleme
a5bfe91057
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 `//`.
  * in the editor. By external are meant all links in the editor content starting with `http`, `https`, or `//`.
  *
  *
  *		ClassicEditor
  *		ClassicEditor