From c6a247e64ef35c4d6a651f4829f3d3863e0086d6 Mon Sep 17 00:00:00 2001 From: "dallas.carraher@cdk.com" Date: Thu, 30 Jul 2020 10:50:55 -0700 Subject: [PATCH] =?UTF-8?q?not=20sure=20if=20intentional=20=F0=9F=98=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/versioned_docs/version-0.63/debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-0.63/debugging.md b/website/versioned_docs/version-0.63/debugging.md index 900186be6e4..4de6769945c 100644 --- a/website/versioned_docs/version-0.63/debugging.md +++ b/website/versioned_docs/version-0.63/debugging.md @@ -48,7 +48,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).