Skip to content

Commit

Permalink
Fix: typo in environment-declarations.md (#6297)
Browse files Browse the repository at this point in the history
Removed 'the' from the sentence as it is followed by 'your', so the
sentence was incorrect.
  • Loading branch information
Gohan61 authored Jan 2, 2025
1 parent 21867b9 commit 8bc6542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/guides/environment-declarations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 8bc6542

Please sign in to comment.