From 4a7b7e65864c064d48dce82efbbfed2bdc0bf2aa Mon Sep 17 00:00:00 2001 From: joelterry Date: Sat, 19 Aug 2017 15:40:06 -0400 Subject: [PATCH] *following --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a38137b2..859fe589 100644 --- a/README.md +++ b/README.md @@ -489,7 +489,7 @@ More in [viper documentation](https://github.com/spf13/viper#working-with-flags) Validation of positional arguments can be specified using the `Args` field. -The follow validators are built in: +The following validators are built in: - `NoArgs` - the command will report an error if there are any positional args. - `ArbitraryArgs` - the command will accept any args.