From e2c858fee625b728d2c809111dd7ddf0059208d2 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Sun, 18 Oct 2015 19:07:57 -0700 Subject: [PATCH] Minor fixups. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9010b14311f..5c45580ff55 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -87,7 +87,7 @@ These files support metadata tags in the format `// @metaDataName: value`. The * `comments`, `sourcemap`, `noimplicitany`, `declaration`: `true` or `false` (corresponds to the compiler command-line options of the same name) * `target`: `ES3`, `ES5`, `ES6`, `ES2015`, or `ES7` (same as compiler) * `outFile`, `out`, `outDir`: path (same as compiler) -* `module`: `local`, `commonjs`, or `amd`, `umd`, `system`, `es6` (local corresponds to not passing any compiler `--module` flag) +* `module`: `local`, `commonjs`, or `amd`, `umd`, `system`, `es6` (`local` corresponds to not passing any compiler `--module` flag) * `fileName`: path * These tags delimit sections of a file to be used as separate compilation units. They are useful for tests relating to modules. See below for examples.