Merge pull request #1785 from y-yagi/fix_typo
Fix typo overriden -> overridden
This commit is contained in:
commit
cb317136d2
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue