Skip to content

Commit 82de139

Browse files
Fixed typo error. (#42816)
* Fixed three typo errors * Reverted * Reverted * Fixed typo
1 parent 2834737 commit 82de139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ You can also use the [provided VS Code launch configuration](./.vscode/launch.te
170170

171171
## Adding a Test
172172

173-
To add a new test case, add a `.ts` file in `tests\cases\compiler` with code that shows the your bug is now fixed, or your new feature now works.
173+
To add a new test case, add a `.ts` file in `tests\cases\compiler` with code that shows the bug is now fixed, or your new feature now works.
174174

175175
These files support metadata tags in the format `// @metaDataName: value`.
176176
The supported names and values are the same as those supported in the compiler itself, with the addition of the `fileName` flag.

0 commit comments

Comments
 (0)