From 5a65d378d2bd901b5527f566c8533dc7fcfdd28d Mon Sep 17 00:00:00 2001 From: Ardeshir81 Date: Wed, 23 Oct 2019 13:27:31 +0330 Subject: [PATCH] Fix minor English grammar issues in Debug docs (#153) Also correct typing of NodeJS Is used (no dot '.' between Node and JS --- website/docs/guides/debugging.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/guides/debugging.md b/website/docs/guides/debugging.md index 696f555c4..7f0e66195 100644 --- a/website/docs/guides/debugging.md +++ b/website/docs/guides/debugging.md @@ -9,8 +9,8 @@ Whenever your NodeGui application is not behaving the way you wanted it to, an array of debugging tools might help you find coding errors, performance bottlenecks, or optimization opportunities. -Since a NodeGui application runs on Qode. And Qode is essentially Node.Js. We can consider a NodeGui app as a regular NodeJs app. Hence, you can use any debugging tool that you use with Node.Js -One of the most popular way of debugging a Node.Js app is by making use of the [Chromium Developer Tools][node-inspect]. +Since a NodeGui application runs on Qode. And Qode is essentially NodeJs. We can consider a NodeGui app as a regular NodeJs app. Hence, you can use any debugging tool that you use with NodeJs +One of the most popular ways of debugging a NodeJs app is by making use of the [Chromium Developer Tools][node-inspect]. Google offers [excellent documentation for their developer tools][devtools]. We recommend that you make yourself familiar with them - they are usually one