From 21df16d3855ad4cd4c8434994e55944d908d3e02 Mon Sep 17 00:00:00 2001 From: Vincent Boivin Date: Mon, 31 Aug 2020 14:16:52 -0400 Subject: [PATCH] Add missing description to CONTRIBUTING.md (#40329) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a95e2374f72..459b0793f8c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -176,7 +176,7 @@ See below for examples. ### Tests for multiple files -When you need to multiple files in a single test, use the `filename` tag: +When you need to mimic having multiple files in a single test to test features such as "import", use the `filename` tag: ```ts // @filename: file1.ts