diff --git a/docs/debugging.md b/docs/debugging.md index 1729cd45846..40f0d43f9ff 100644 --- a/docs/debugging.md +++ b/docs/debugging.md @@ -47,7 +47,7 @@ LogBox.ignoreAllLogs(); Unhanded JavaScript errors such as `undefined is not a function` will automatically open a full screen LogBox error with the source of the error. These errors are dismissable and minimizable so that you can see the state of your app when these errors occur, but should always be addressed. -### Syntax Erorrs +### Syntax Errors Syntax errors will automatically open a full screen LogBox error with the source of the syntax error. This error is not dismissable because it represents invalid JavaScript execution that must be fixed before continuing with your app. To dismiss these errors, fix the syntax error and either save to automatically dismiss (with Fast Refresh enabled) or cmd+r to reload (with Fast Refresh disabled).