Skip to content

Commit c43c553

Browse files
authored
Merge pull request #984 from him2312/patch-3
Spelling mistake
2 parents d11039e + bfb3819 commit c43c553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/2-events/04-default-browser-action/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ If the default action was prevented, the value of `event.defaultPrevented` becom
236236
```warn header="Stay semantic, don't abuse"
237237
Technically, by preventing default actions and adding JavaScript we can customize the behavior of any elements. For instance, we can make a link `<a>` work like a button, and a button `<button>` behave as a link (redirect to another URL or so).
238238
239-
But we should generally keep the semantic meaning of HTML elements. For instance, `<a>` should preform navigation, not a button.
239+
But we should generally keep the semantic meaning of HTML elements. For instance, `<a>` should perform navigation, not a button.
240240
241241
Besides being "just a good thing", that makes your HTML better in terms of accessibility.
242242

0 commit comments

Comments
 (0)