Skip to content

Commit 53d6924

Browse files
authored
Fix spelling mistake broswer to browser (#41137)
1 parent aaa680d commit 53d6924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-to-guides/javascript/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ If you're having trouble getting your JavaScript code to work, here are a few ti
66

77
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.
88

9-
To open the JavaScript console, find the correct key combination for your broswer and OS:
9+
To open the JavaScript console, find the correct key combination for your browser and OS:
1010

1111
| Browser | Windows | Linux | Mac |
1212
| ------- | ------------ | ------------ | --------- |

0 commit comments

Comments
 (0)