Skip to content

Commit

Permalink
Spelling updates
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Dec 28, 2022
1 parent 28a2752 commit cf792e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "Run Test for current file",
"label": "Run tests for current file",
"type": "shell",
"command": "script/test_file",
"args": ["${relativeFile}"],
Expand All @@ -17,7 +17,7 @@
}
},
{
"label": "Run Test for current language",
"label": "Run tests for current language",
"type": "shell",
"command": "script/test_file",
"args": ["${relativeFile}", "--select-language"],
Expand All @@ -32,7 +32,7 @@
}
},
{
"label": "Run Tests for all languages",
"label": "Run all tests",
"type": "shell",
"command": "python3 -m script.intentfest validate && pytest tests",
"group": {
Expand Down
2 changes: 1 addition & 1 deletion docs/codespace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Once you've made some changes, you can run the tests right here! Choose "Termina

![Run task](run_task.jpg)

Next, type "test" into the text box at the top and click "Run Test for current file":
Next, type "test" into the text box at the top and click "Run tests for current file":

![Run tests](run_tests.jpg)

Expand Down

0 comments on commit cf792e7

Please sign in to comment.