From 6239bd5304cdce56886f5fba0a09a8094e95b132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Viguier?= Date: Mon, 29 Jan 2024 14:16:20 +0100 Subject: [PATCH] Update docs/faq_troubleshooting.md Co-authored-by: Martin Stone <1611702+d7415@users.noreply.github.com> --- docs/faq_troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq_troubleshooting.md b/docs/faq_troubleshooting.md index 20ecda02..c148090d 100644 --- a/docs/faq_troubleshooting.md +++ b/docs/faq_troubleshooting.md @@ -31,7 +31,7 @@ This will ensure that the paths and routes are correctly followed. This is because your `APP_ENV` is set to `testing` and you are using production dependencies. Lychee is trying to mock the requests for test purposes. -To resolve the issue, edit the `.env` file and set `APP_ENV` to something else than `testing`, for example `APP_ENV=production`. +To resolve the issue, edit the `.env` file and set `APP_ENV` to something other than `testing`, for example `APP_ENV=production`. ### I have an error 500, what can I do?