From d7bc68326018b29b41482acbff30d3b0ab1b1fe9 Mon Sep 17 00:00:00 2001 From: BoilingSoup <84747244+BoilingSoup@users.noreply.github.com> Date: Fri, 3 Feb 2023 13:10:06 -0800 Subject: [PATCH] fix typo --- tutorials/commands/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/commands/README.md b/tutorials/commands/README.md index c1d81e3..701f1e2 100644 --- a/tutorials/commands/README.md +++ b/tutorials/commands/README.md @@ -176,7 +176,7 @@ func main() { } ``` -And that's that. There's one more thing you that is helpful to know about +And that's that. There's one more thing that is helpful to know about `Cmd`s, though. ## One More Thing About Commands