Fix typo overriden -> overridden
This commit is contained in:
parent
32cab960e7
commit
177f683876
2 changed files with 2 additions and 2 deletions
|
|
@ -172,7 +172,7 @@ func NewBlankRoot() *yaml.Node {
|
||||||
Value: "",
|
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,
|
Kind: yaml.ScalarNode,
|
||||||
Value: "prompt",
|
Value: "prompt",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ func Test_defaultConfig(t *testing.T) {
|
||||||
git_protocol: https
|
git_protocol: https
|
||||||
# What editor gh should run when creating issues, pull requests, etc. If blank, will refer to environment.
|
# What editor gh should run when creating issues, pull requests, etc. If blank, will refer to environment.
|
||||||
editor:
|
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
|
prompt: enabled
|
||||||
# A pager program to send command output to. Example value: less
|
# A pager program to send command output to. Example value: less
|
||||||
pager:
|
pager:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue