Commit 12a8a5c2 by Greg Gamel

Adjust incorrect spacing in README

Minor spacing error causing "file" to read as "f ile". Fixed.
parent 8e1c1222
......@@ -230,7 +230,7 @@ sass.render({
// No errors during the compilation, write this result on the disk
fs.writeFile(yourPathTotheFile, result.css, function(err){
if(!err){
//f ile written on disk
//file written on disk
}
});
}
......
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