From e62fa63822f0916ddaf07f26ace36fb564e0b5d0 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Thu, 5 Sep 2024 21:35:01 -0700 Subject: [PATCH] spelling correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f96287..7634689 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ if found { ## Import -To import package **opt** use `import` code like the follownig: +To import package **opt** use `import` code like the following: ``` import "github.com/reiver/go-opt" ```