Skip to content

Commit

Permalink
Fix a typo in README.md
Browse files Browse the repository at this point in the history
Fix a typo "repsonse" to "response".
  • Loading branch information
kylecho committed Sep 18, 2015
1 parent f6b5fd2 commit 5bf7dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Starting from v3.0.0:

* `this` refers to a contextual scope for the immediate run of `sass.render` or `sass.renderSync`

* importers can return error and LibSass will emit that error in repsonse. For instance:
* importers can return error and LibSass will emit that error in response. For instance:

```javascript
done(new Error('doesn\'t exist!'));
Expand Down

0 comments on commit 5bf7dc1

Please sign in to comment.