Skip to content

Commit

Permalink
readme typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nmccready committed Jan 2, 2018
1 parent 8774287 commit e75e0c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ gulp.task('javascript', function() {
- `destPath`
Set the destination path (the same you pass to `gulp.dest()`). If the source map destination path is not a subpath of the destination path, this is needed to get the correct path in the `file` property of the source map.
Set the destination path (the same you pass to `gulp.dest()`). If the source map destination path is not a sub path of the destination path, this is needed to get the correct path in the `file` property of the source map.
In addition, it allows to automatically set a relative `sourceRoot` if none is set explicitly.
- `sourceMappingURLPrefix`
Expand Down Expand Up @@ -362,7 +362,7 @@ gulp.task('javascript', function() {
};
```
- **Very sourcemaps is working**
- **Verify sourcemaps are working**
See example below or refer to [test/write.js](./test/write.js)
Expand All @@ -385,8 +385,8 @@ gulp.task('javascript', function() {
### Debugging
All debugging output relys on [visionmedia/debug](https://github.com/visionmedia/debug). Fllow the directions to set the
environment variable ``$DEBUG`.
All debugging output relies on [visionmedia/debug](https://github.com/visionmedia/debug). Follow the directions to set the
environment variable `$DEBUG`.
For a few examples of debug you could use:
Expand Down

0 comments on commit e75e0c2

Please sign in to comment.