Skip to content

Commit 89a6891

Browse files
committed
Remove whitespace from code
1 parent 0019d7b commit 89a6891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Easy usage
2222
```javascript
2323
var ts = require('gulp-typescript');
2424
[...]
25-
var t sResult = [...].pipe(ts(options));
25+
var tsResult = [...].pipe(ts(options));
2626
tsResult.dts.pipe(...)
2727
tsResult.js.pipe(...)
2828
```

0 commit comments

Comments
 (0)