Fixed typo error. (#42816)

* Fixed three typo errors

* Reverted

* Reverted

* Fixed typo
This commit is contained in:
Suryadevelops 2021-03-02 20:06:31 +05:30 committed by GitHub
parent 2834737bc1
commit 82de139b97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -170,7 +170,7 @@ You can also use the [provided VS Code launch configuration](./.vscode/launch.te
## Adding a Test
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.
These files support metadata tags in the format `// @metaDataName: value`.
The supported names and values are the same as those supported in the compiler itself, with the addition of the `fileName` flag.