Skip to content

Commit fadb714

Browse files
authored
Fixing spelling error
1 parent 0f77e6b commit fadb714

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
@@ -31,7 +31,7 @@ npm install gulp-typescript typescript
3131

3232
Options
3333
-------
34-
Allmost all options from TypeScript are supported.
34+
Almost all options from TypeScript are supported.
3535
- `outFile` (string) - Generate one javascript and one definition file. Only works when no module system is used.
3636
- `outDir` (string) - Move output to a different (virtual) directory. Note that you still need `gulp.dest` to write output to disk.
3737
- `noImplicitAny` (boolean) - Warn on expressions and declarations with an implied 'any' type.

0 commit comments

Comments
 (0)