Skip to content

Commit 76b69ff

Browse files
authored
Merge pull request #7362 from ericmutta/patch-1
Fix typo in unit-testing-javascript-with-visual-studio.md
2 parents a7c6762 + c7aa058 commit 76b69ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/javascript/unit-testing-javascript-with-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ This folder has to contain a JavaScript file with the same name which exports th
290290
* `find_tests`
291291
* `run_tests`
292292

293-
For good a example of the `find_tests` and the `run_tests` implementations, see the implementation for the Mocha
293+
For a good example of the `find_tests` and the `run_tests` implementations, see the implementation for the Mocha
294294
unit testing framework in:
295295

296296
`<VisualStudioFolder>\Common7\IDE\Extensions\Microsoft\NodeJsTools\TestAdapter\TestFrameworks\mocha\mocha.js`

0 commit comments

Comments
 (0)