From 177f68387609d754086a15551caa1917dcc041b3 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Fri, 18 Sep 2020 13:59:44 +0900 Subject: [PATCH] Fix typo overriden -> overridden --- internal/config/config_type.go | 2 +- internal/config/config_type_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/config/config_type.go b/internal/config/config_type.go index 2ff23e58c..663255bd5 100644 --- a/internal/config/config_type.go +++ b/internal/config/config_type.go @@ -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", }, diff --git a/internal/config/config_type_test.go b/internal/config/config_type_test.go index 50e2b9f5a..28191dfad 100644 --- a/internal/config/config_type_test.go +++ b/internal/config/config_type_test.go @@ -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: