Merge pull request #1785 from y-yagi/fix_typo

Fix typo overriden -> overridden
This commit is contained in:
Mislav Marohnić 2020-09-18 13:27:16 +02:00 committed by GitHub
commit cb317136d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -172,7 +172,7 @@ func NewBlankRoot() *yaml.Node {
Value: "",
},
{
HeadComment: "When to interactively prompt. This is a global config that cannot be overriden by hostname. Supported values: enabled, disabled",
HeadComment: "When to interactively prompt. This is a global config that cannot be overridden by hostname. Supported values: enabled, disabled",
Kind: yaml.ScalarNode,
Value: "prompt",
},

View file

@ -43,7 +43,7 @@ func Test_defaultConfig(t *testing.T) {
git_protocol: https
# What editor gh should run when creating issues, pull requests, etc. If blank, will refer to environment.
editor:
# When to interactively prompt. This is a global config that cannot be overriden by hostname. Supported values: enabled, disabled
# When to interactively prompt. This is a global config that cannot be overridden by hostname. Supported values: enabled, disabled
prompt: enabled
# A pager program to send command output to. Example value: less
pager: