X Tutup
Skip to content

Commit 8ba68fc

Browse files
committed
spelling: deprecated
1 parent e58b2db commit 8ba68fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/docs/man_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func TestGenManSeeAlso(t *testing.T) {
106106
}
107107
}
108108

109-
func TestManPrintFlagsHidesShortDeperecated(t *testing.T) {
109+
func TestManPrintFlagsHidesShortDeprecated(t *testing.T) {
110110
c := &cobra.Command{}
111111
c.Flags().StringP("foo", "f", "default", "Foo flag")
112112
_ = c.Flags().MarkShorthandDeprecated("foo", "don't use it no more")

0 commit comments

Comments
 (0)
X Tutup