Skip to content

Commit 8bc6542

Browse files
authored
Fix: typo in environment-declarations.md (#6297)
Removed 'the' from the sentence as it is followed by 'your', so the sentence was incorrect.
1 parent 21867b9 commit 8bc6542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/guides/environment-declarations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ check out [the `webdev` configuration documentation][webdev-config].
148148
### Visual Studio Code
149149

150150
In your launch configuration (`launch.json`) under `configurations`,
151-
add a new `toolArgs` key containing the your desired environment declarations:
151+
add a new `toolArgs` key containing your desired environment declarations:
152152

153153
```json
154154
"configurations": [

0 commit comments

Comments
 (0)