From 68cf9561b7c2b43980bfce8a3e2ac0ed62cc3941 Mon Sep 17 00:00:00 2001 From: Pascal Hofmann Date: Thu, 5 Sep 2024 21:47:35 +0200 Subject: [PATCH] Fix typo (#243) --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index a95e85c..c52c3b1 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ import ( // Run "go generate" to format example terraform files and generate the docs for the registry/website -// If you do not have terraform installed, you can remove the formatting command, but its suggested to +// If you do not have terraform installed, you can remove the formatting command, but it's suggested to // ensure the documentation is formatted properly. //go:generate terraform fmt -recursive ./examples/