diff --git a/docs/how-to-guides/javascript/troubleshooting.md b/docs/how-to-guides/javascript/troubleshooting.md index fc43ad0fec368f..99484054d7b012 100644 --- a/docs/how-to-guides/javascript/troubleshooting.md +++ b/docs/how-to-guides/javascript/troubleshooting.md @@ -6,7 +6,7 @@ If you're having trouble getting your JavaScript code to work, here are a few ti The console log is a JavaScript developer's best friend. It is a good practice to work with it open, as it displays errors and notices in one place. See Mozilla's [JavaScript console](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_are_browser_developer_tools#The_JavaScript_console) documentation for more. -To open the JavaScript console, find the correct key combination for your broswer and OS: +To open the JavaScript console, find the correct key combination for your browser and OS: | Browser | Windows | Linux | Mac | | ------- | ------------ | ------------ | --------- |