From 0f2042c787298a66fc1cd5b9b062c6c717e797ca Mon Sep 17 00:00:00 2001 From: Elphas Wanyonyi <52028169+Elphazy@users.noreply.github.com> Date: Wed, 3 Dec 2025 21:49:30 +0300 Subject: [PATCH] Fix Debug JS Errors wording in application-errors.mdx Capitalized JavaScript and clarified the sentence for beginners. --- .../troubleshooting-guide/application-errors.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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