Skip to content

Commit

Permalink
Fixing typo of $Link.OpenInew to $Link.OpenInNew
Browse files Browse the repository at this point in the history
Fixing a typo in the migration docs
  • Loading branch information
hurdofdaniel authored Oct 18, 2023
1 parent 7a16b8b commit 653071d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/linkable-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Before: You might have had references to `$LinkURL` or `$Link.LinkURL`.
After: These would need to be updated to `$URL` or `$Link.URL` respectively.

Before: `$OpenInNewWindow` or `$Link.OpenInNewWindow`.
After: `$OpenInNew` or `$Link.OpenInew` respectively.
After: `$OpenInNew` or `$Link.OpenInNew` respectively.

Before: `$Link.TargetAttr` or `$TargetAttr` would output the appropriate `target="xx"`.
After: There is no direct replacement.
Expand Down

0 comments on commit 653071d

Please sign in to comment.