We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2834737 commit 82de139Copy full SHA for 82de139
CONTRIBUTING.md
@@ -170,7 +170,7 @@ You can also use the [provided VS Code launch configuration](./.vscode/launch.te
170
171
## Adding a Test
172
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.
+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.
174
175
These files support metadata tags in the format `// @metaDataName: value`.
176
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