Improve grammar of config setting description

While the former version is technically correct, I consider the proposed version easier to read.
This commit is contained in:
Georgios Andreadis
2017-06-18 11:35:07 +02:00
committed by GitHub
parent f7eefb6308
commit cee711bb23

View File

@@ -40,5 +40,5 @@
"config.ignoreLegacyWarning": "Ignores the legacy Git warning",
"config.ignoreLimitWarning": "Ignores the warning when there are too many changes in a repository",
"config.defaultCloneDirectory": "The default location where to clone a git repository",
"config.enableSmartCommit": "Commit all changes when there are not staged changes."
}
"config.enableSmartCommit": "Commit all changes when there are no staged changes."
}