From 6c2c091384191c2addf805b715b35158b12813dd Mon Sep 17 00:00:00 2001 From: d3rrial Date: Wed, 15 Mar 2017 20:27:00 +0100 Subject: [PATCH] Fixed assumed typo (weather instead of whether) --- Module:-github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Module:-github.md b/Module:-github.md index b5063a4..5899b80 100644 --- a/Module:-github.md +++ b/Module:-github.md @@ -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 ~~~