Skip to content

Commit

Permalink
fix typo in warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nycdotnet committed Mar 11, 2015
1 parent 4dba5d5 commit 6782332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/ts.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tasks/ts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ function pluginFn(grunt: IGrunt) {
var isOnlyTypeErrors = !hasPreventEmitErrors;

if (hasTS7017Error) {
grunt.log.writeln(('Note: You may wish to enable the suppressImplicitAnyIndexError' +
grunt.log.writeln(('Note: You may wish to enable the suppressImplicitAnyIndexErrors' +
' grunt-ts option to allow dynamic property access by index. This will' +
' suppress TypeScript error TS7017.').magenta);
}
Expand Down

0 comments on commit 6782332

Please sign in to comment.