From 087887734633910719247fa2f069244d79205ae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6khan?= <90203619+Gohan61@users.noreply.github.com> Date: Wed, 1 Jan 2025 18:26:25 +0100 Subject: [PATCH] Fix: typo in environment-declarations.md Removed 'the' from sentence as it is followed by your, so the sentence was incorrect. --- src/content/guides/environment-declarations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/guides/environment-declarations.md b/src/content/guides/environment-declarations.md index ee3c840a86..7670bfdc8b 100644 --- a/src/content/guides/environment-declarations.md +++ b/src/content/guides/environment-declarations.md @@ -148,7 +148,7 @@ check out [the `webdev` configuration documentation][webdev-config]. ### Visual Studio Code In your launch configuration (`launch.json`) under `configurations`, -add a new `toolArgs` key containing the your desired environment declarations: +add a new `toolArgs` key containing your desired environment declarations: ```json "configurations": [