From da5528fab26eb37f430c19e39f654ecdfa69a8b7 Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 24 Apr 2025 13:49:00 +0100 Subject: [PATCH] Update debugging page --- Debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debugging.md b/Debugging.md index a4a57ab..16aa0ef 100644 --- a/Debugging.md +++ b/Debugging.md @@ -10,7 +10,7 @@ To disable Xdebug for a new environment: php: xdebug: false ``` -in your project’s before building the environment `spinner.yaml` +in your project's before building the environment `spinner.yaml` > Changes require destroying/rebuilding your environment (see [Configuration](Configuration)). **Note:** >