Skip to content

Commit 40f6e32

Browse files
ALucatero03nycdotnet
authored andcommitted
Minor grammar edit to README.md (#441)
Added the word "the" to a sentence in order to fix the grammar.
1 parent 6ccd3ad commit 40f6e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ A more extensive sample `Gruntfile.js` is available [here](https://github.com/Ty
7575

7676
## Grunt-ts Features
7777

78-
* Allows use of all standard GruntJS functionality such as use of customizable task targets, globbing, use of the `files` object (for instantiating multiple independent `tsc` runs in a single target), etc.
78+
* Allows use of all standard GruntJS functionality such as the use of customizable task targets, globbing, use of the `files` object (for instantiating multiple independent `tsc` runs in a single target), etc.
7979
* Allows the developer to [select a custom TypeScript compiler version](#compiler) for their project, or even use a custom (in-house) version.
8080
* Supports [most switches](#support-for-tsc-switches) of the `tsc` TypeScript Compiler via options in the gruntfile `ts` task, and also supports switch overrides per-target.
8181
* Supports [Visual Studio Projects](#vs) as a compile target for identifying TypeScript files, setting up compile configuration, or both.

0 commit comments

Comments
 (0)