Commit 5bf7dc1d by Kyle Cho

Fix a typo in README.md

Fix a typo "repsonse" to "response".
parent f6b5fd2d
......@@ -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!'));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment