From 1bd0dd1d30ab2def7f15c0467c62d4451db8e6e5 Mon Sep 17 00:00:00 2001 From: "Wiliam V. Joaquim" Date: Wed, 15 Nov 2023 12:48:15 -0300 Subject: [PATCH] adjust readme writing error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6444f4b7..7dcc936a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Cobra provides: * Fully POSIX-compliant flags (including short & long versions) * Nested subcommands * Global, local and cascading flags -* Intelligent suggestions (`app srver`... did you mean `app server`?) +* Intelligent suggestions (`app server`... did you mean `app server`?) * Automatic help generation for commands and flags * Grouping help for subcommands * Automatic help flag recognition of `-h`, `--help`, etc.