Skip to content

Commit

Permalink
Fix a typo in index.md (#29720)
Browse files Browse the repository at this point in the history
Fixes a typo ("wan't")
  • Loading branch information
Meryl authored Oct 19, 2023
1 parent e8f1421 commit 8685d6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Instead of allowing `'unsafe-inline'`, you can use the `'unsafe-hashes'` source
Given a HTML page that includes the following inline event handler:

```html
<!-- I wan't to use addEventListener, but I can't :( -->
<!-- I want to use addEventListener, but I can't :( -->
<button onclick="myScript()">Submit</button>
```

Expand Down

0 comments on commit 8685d6e

Please sign in to comment.