diff --git a/website/docs/help-and-support/troubleshooting-guide/application-errors.mdx b/website/docs/help-and-support/troubleshooting-guide/application-errors.mdx index fcaa1c9a0c..a55d82e553 100644 --- a/website/docs/help-and-support/troubleshooting-guide/application-errors.mdx +++ b/website/docs/help-and-support/troubleshooting-guide/application-errors.mdx @@ -66,7 +66,7 @@ Errors in widget properties are often related to the validation rules of those p 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. -While writing javascript in Appsmith, you may encounter the following errors in your code. +While writing JavaScript in Appsmith, you may encounter the following errors in your Appsmith code. #### Reference errors