word missing

This commit is contained in:
scauglog 2015-10-20 16:09:46 +02:00
parent 9e247e0909
commit f04a40ca37

View file

@ -36,7 +36,7 @@ If you prefer some other format I strongly encourage you to do pull request with
### Logging to file and STDOUT
You can to file and STDOUT at the same time, you just need to assign new logger
You can log to file and STDOUT at the same time, you just need to assign new logger
log_file = File.open('path/to/your/logfile.log', 'a')
log_file.sync = true