File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
website/docs/help-and-support/troubleshooting-guide Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,7 @@ Errors in widget properties are often related to the validation rules of those p
6666
6767You 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
7372These 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.
You can’t perform that action at this time.
0 commit comments