Skip to content

Commit

Permalink
Merge pull request #1158 from s4uliu5/patch-1
Browse files Browse the repository at this point in the history
Fix small manual typo
  • Loading branch information
coilysiren committed Jul 2, 2020
2 parents 9047f3b + dff8acc commit 8e16b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v2/manual.md
Expand Up @@ -661,7 +661,7 @@ func main() {
You can make a flag required by setting the `Required` field to `true`. If a user
does not provide a required flag, they will be shown an error message.

Take for example this app that reqiures the `lang` flag:
Take for example this app that requires the `lang` flag:

<!-- {
"error": "Required flag \"lang\" not set"
Expand Down

0 comments on commit 8e16b98

Please sign in to comment.