Skip to content

Commit c7aa058

Browse files
authored
Fix typo in unit-testing-javascript-with-visual-studio.md
The sentence: > For **good a** example of the... Should read: > For **a good** example of the...
1 parent 2d8664e commit c7aa058

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)