Commit 9e6ca722 by blopker

minor wording goof

parent 2bc6dd2b
...@@ -116,7 +116,7 @@ describe('cli', function() { ...@@ -116,7 +116,7 @@ describe('cli', function() {
}); });
}); });
it('should write the stdout with the --stdout option', function(done){ it('should write to stdout with the --stdout option', function(done){
var emitter = cli(['--stdout', path.join(__dirname, 'sample.scss')]); var emitter = cli(['--stdout', path.join(__dirname, 'sample.scss')]);
emitter.on('error', done); emitter.on('error', done);
emitter.on('log', function(css){ emitter.on('log', function(css){
......
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