Skip to content

Commit 94a254e

Browse files
committed
docs: address Copilot review wording (PR #23)
1 parent 9574127 commit 94a254e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/rules/template-no-invalid-link-href.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This rule **forbids** the following:
2525
<a href="">Click</a>
2626
<a href>Click</a>
2727
<a href="javascript:void(0)">Click</a>
28-
<a href="JavaScript:alert(1)">XSS</a>
28+
<a href="JavaScript:alert(1)">Execute</a>
2929
</template>
3030
```
3131

0 commit comments

Comments
 (0)