Fixed assumed typo (weather instead of whether)

d3rrial 2017-03-15 20:27:00 +01:00
parent e5d777d192
commit 6c2c091384
1 changed files with 1 additions and 1 deletions

@ -13,7 +13,7 @@ token = ${file:/path/to/file/containing/github/access.token}
; Accessing an access token stored in an environment variable
token = ${env:GITHUB_ACCESS_TOKEN}
; Weather empty notifications should be displayed or not
; Whether empty notifications should be displayed or not
empty-notifications = false
~~~