Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
API typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Jul 17, 2019
1 parent 2f838af commit 4932ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/link.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4932ced

Please sign in to comment.