From 5e472c20aabbb5bee5f50bb18e33cd9d71e76a75 Mon Sep 17 00:00:00 2001 From: JeremySorensen Date: Thu, 17 Aug 2017 07:26:57 -0700 Subject: [PATCH] fix typo in git-ignore comment --- config.toml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml.example b/config.toml.example index bae36ed925f..48d27fa58ca 100644 --- a/config.toml.example +++ b/config.toml.example @@ -260,7 +260,7 @@ # Flag indicating whether git info will be retrieved from .git automatically. # Having the git information can cause a lot of rebuilds during development. -# Note: If this attribute is not explicity set (e.g. it left commented out) it +# Note: If this attribute is not explicity set (e.g. if left commented out) it # will default to true if channel = "dev", but will default to false otherwise. #ignore-git = true