From 0c00d47acfb718f6778805135090cdf2b8ad0e4c Mon Sep 17 00:00:00 2001 From: John Vandivier Date: Sat, 17 Feb 2024 22:20:03 -0500 Subject: [PATCH] minor grammar --- app/pages/docs/troubleshooting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pages/docs/troubleshooting.mdx b/app/pages/docs/troubleshooting.mdx index e01ab6f2..5aebe1c7 100644 --- a/app/pages/docs/troubleshooting.mdx +++ b/app/pages/docs/troubleshooting.mdx @@ -132,7 +132,7 @@ If you need a more verbose experience on any Blitz module, for debugging purpose, you can enable advanced logging using the DEBUG environment variable. -Blitz internally use [debug](https://www.npmjs.com/package/debug) package. +Blitz internally uses the [debug](https://www.npmjs.com/package/debug) package. For example, if you want to enable the REPL logging you can run the console like so :