From a19bb8a3f5985a0ffbfc247edc0524463047cac9 Mon Sep 17 00:00:00 2001 From: suauk <40726208+suauk@users.noreply.github.com> Date: Wed, 12 Nov 2025 16:58:11 +0000 Subject: [PATCH] docs: Fix typo in README.md regarding EKS Auto Mode (#3577) Fix typo in README.md regarding EKS Auto Mode --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08b05df..15bf384 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Please note that we strive to provide a comprehensive suite of documentation for > } >``` > -> If you try to disable by simply removing the `compute_config` block, this will fail to disble EKS Auto Mode. Only after applying with `enabled = false` can you then remove the `compute_config` block from your configurations. +> If you try to disable by simply removing the `compute_config` block, this will fail to disable EKS Auto Mode. Only after applying with `enabled = false` can you then remove the `compute_config` block from your configurations. ```hcl module "eks" {