substitute wrong word in md_docs (#998)

This commit is contained in:
Stefano Guerrini 2019-12-02 14:04:30 +01:00 committed by Eric Paris
parent 77e4d5aecc
commit b04b5bfc50

View file

@ -1,6 +1,6 @@
# Generating Markdown Docs For Your Own cobra.Command
Generating man pages from a cobra command is incredibly easy. An example is as follows:
Generating Markdown pages from a cobra command is incredibly easy. An example is as follows:
```go
package main