From dff8accf57cc82e47071d2dccd8176e19ed8ca2e Mon Sep 17 00:00:00 2001 From: Saulius Gurklys Date: Wed, 1 Jul 2020 23:20:25 +0300 Subject: [PATCH] Fix typo Fixed small typo. --- docs/v2/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v2/manual.md b/docs/v2/manual.md index 15673de4e2..c39bfb9954 100644 --- a/docs/v2/manual.md +++ b/docs/v2/manual.md @@ -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: