Fix typo overriden -> overridden

This commit is contained in:
yuuji.yaginuma 2020-09-18 13:59:44 +09:00
parent 32cab960e7
commit 177f683876
2 changed files with 2 additions and 2 deletions

View file

@ -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",
}, },

View file

@ -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: