From 97d1be955e4a6a065f5e51047b94b0616a0a1d17 Mon Sep 17 00:00:00 2001 From: Vincent Boivin Date: Sun, 30 Aug 2020 21:12:20 -0400 Subject: [PATCH] Add missing description to CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a95e2374f727d..459b0793f8c45 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