Fix minor typos in the docs

"JavasScript" -> "JavaScript"
pull/10891/head
Andy Chosak 2023-09-13 16:21:19 -04:00 zatwierdzone przez LB (Ben Johnston)
rodzic a5966753d2
commit dbc130e565
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -26,7 +26,7 @@ You can prevent the default behaviour by calling `event.preventDefault()`. For t
The event will 'bubble' up so that you can simply add a global `document` listener to capture all of these events, or you can scope your listener or handler logic as needed to ensure you only adjust titles in some specific scenarios.
See MDN for more information about [custom JavasScript events](https://developer.mozilla.org/en-US/docs/Web/Events/Creating_and_triggering_events).
See MDN for more information about [custom JavaScript events](https://developer.mozilla.org/en-US/docs/Web/Events/Creating_and_triggering_events).
## Code Examples

Wyświetl plik

@ -26,7 +26,7 @@ You can prevent the default behaviour by calling `event.preventDefault()`. For t
The event will 'bubble' up so that you can simply add a global `document` listener to capture all of these events, or you can scope your listener or handler logic as needed to ensure you only adjust titles in some specific scenarios.
See MDN for more information about [custom JavasScript events](https://developer.mozilla.org/en-US/docs/Web/Events/Creating_and_triggering_events).
See MDN for more information about [custom JavaScript events](https://developer.mozilla.org/en-US/docs/Web/Events/Creating_and_triggering_events).
## Code Examples