Skip to content

Commit cb31713

Browse files
authored
Merge pull request cli#1785 from y-yagi/fix_typo
Fix typo overriden -> overridden
2 parents f99c0a5 + 177f683 commit cb31713

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/config/config_type.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ func NewBlankRoot() *yaml.Node {
172172
Value: "",
173173
},
174174
{
175-
HeadComment: "When to interactively prompt. This is a global config that cannot be overriden by hostname. Supported values: enabled, disabled",
175+
HeadComment: "When to interactively prompt. This is a global config that cannot be overridden by hostname. Supported values: enabled, disabled",
176176
Kind: yaml.ScalarNode,
177177
Value: "prompt",
178178
},

internal/config/config_type_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func Test_defaultConfig(t *testing.T) {
4343
git_protocol: https
4444
# What editor gh should run when creating issues, pull requests, etc. If blank, will refer to environment.
4545
editor:
46-
# When to interactively prompt. This is a global config that cannot be overriden by hostname. Supported values: enabled, disabled
46+
# When to interactively prompt. This is a global config that cannot be overridden by hostname. Supported values: enabled, disabled
4747
prompt: enabled
4848
# A pager program to send command output to. Example value: less
4949
pager:

0 commit comments

Comments
 (0)