Skip to content

Commit 1620bcf

Browse files
authored
Updated wording in CJ debug guide to not confuse people (#259)
1 parent e50de41 commit 1620bcf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sites/cheerpj/src/content/docs/11-guides/cheerpj-debug.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@ If you do so, make sure to provide additional context, such as a HAR file and th
2828

2929
## Enable advanced debug logs in CheerpJ
3030

31-
Before saving the browser console output, it's important to enable advanced debug logs in CheerpJ using the [`enableDebug`] CheerpJ [`initOption`].
31+
Before saving the browser console output, it might be helpful to enable advanced debug logs in CheerpJ using the [`enableDebug`] CheerpJ [`initOption`].
3232

3333
```js
3434
cheerpjInit({ enableDebug: true });
3535
```
3636

37-
This option enables advanced debug logging, which is helpful for troubleshooting issues with CheerpJ. It provides a lot of extra information in case an actual error occurs and will speed up the process of solving the problem you are encountering.
37+
This option enables advanced debug logging, which is helpful for troubleshooting certain issues with CheerpJ. It provides a lot of extra information in case an actual error occurs and will speed up the process of solving the problem you are encountering.
38+
39+
Adding this option is not always necessary, but in some cases, these advanced logs are helpful if the normal console log does not provide any useful information.
3840

3941
## Saving the browser console output
4042

0 commit comments

Comments
 (0)