From 43043d22b85e44b7eaba1685a62304e609f170a0 Mon Sep 17 00:00:00 2001 From: ltsyk Date: Thu, 30 Jul 2026 08:02:36 +0800 Subject: [PATCH] docs: fix typos in project documentation Fix documentation typos: exmaple->example (x1) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f2c246..0fd2120 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ variable "cloudflare_token" { default = "00000000000000000000000000" } -# GCP exmaple variables +# GCP example variables variable "project" { default = "my-project" }