Fixes typo

This commit is contained in:
Christian Müller 2017-02-10 16:30:30 +01:00 committed by GitHub
parent 3f603f494d
commit 56103bcb33
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ func main() {
#### Fields
Logrus encourages careful, structured logging though logging fields instead of
Logrus encourages careful, structured logging through logging fields instead of
long, unparseable error messages. For example, instead of: `log.Fatalf("Failed
to send event %s to topic %s with key %d")`, you should log the much more
discoverable: