Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Fixed small typo.
  • Loading branch information
s4uliu5 committed Jul 1, 2020
1 parent 9047f3b commit dff8acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v2/manual.md
Original file line number Diff line number Diff line change
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 dff8acc

Please sign in to comment.