From 82de139b9720e0c7358a30ba7069d7a413ea0e89 Mon Sep 17 00:00:00 2001 From: Suryadevelops <75428274+Suryadevelops@users.noreply.github.com> Date: Tue, 2 Mar 2021 20:06:31 +0530 Subject: [PATCH] Fixed typo error. (#42816) * Fixed three typo errors * Reverted * Reverted * Fixed typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 09cd3544687..98c5dc0238d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.