Skip to content

Commit 9f26031

Browse files
authored
[Fix]: Improve wording for Debug JS Errors section
Clarified the context of JavaScript errors in Appsmith.
1 parent 0e993e5 commit 9f26031

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

website/docs/help-and-support/troubleshooting-guide/application-errors.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ Errors in widget properties are often related to the validation rules of those p
6666

6767
You can use the `debugger` statement or `console.log()` to debug and inspect your code in the browser console or the **Console** tab. This allows you to check the state of your code and step through it line by line to help identify and fix any errors.
6868

69-
While writing javascript in Appsmith, you may encounter the following errors in your code.
70-
69+
While writing JavaScript in Appsmith, you may encounter the following errors in your Appsmith code.
7170
#### Reference errors
7271

7372
These occur when the code references an entity or variable that is not defined on the page. Review your bindings and the names of the entities to correct these errors.

0 commit comments

Comments
 (0)