Commit 6018d171 by John T. Knox

Update README.md

Fixed typo "Sepcial" to "Special" in "// only one of them is required, see section Special Behaviours" (line 319 in examples section) in README.md.
parent f6b5fd2d
......@@ -316,7 +316,7 @@ sass.render({
// this.options contains this options hash, this.callback contains the node-style callback
someAsyncFunction(url, prev, function(result){
done({
file: result.path, // only one of them is required, see section Sepcial Behaviours.
file: result.path, // only one of them is required, see section Special Behaviours.
contents: result.data
});
});
......
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