Skip to content

Commit 60d056d

Browse files
doc: fix typo, Deperecated -> Deprecated (#2000)
1 parent 66b215b commit 60d056d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/man_docs_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ func TestGenManSeeAlso(t *testing.T) {
150150
}
151151
}
152152

153-
func TestManPrintFlagsHidesShortDeperecated(t *testing.T) {
153+
func TestManPrintFlagsHidesShortDeprecated(t *testing.T) {
154154
c := &cobra.Command{}
155155
c.Flags().StringP("foo", "f", "default", "Foo flag")
156156
assertNoErr(t, c.Flags().MarkShorthandDeprecated("foo", "don't use it no more"))

0 commit comments

Comments
 (0)