Skip to content

Commit a2fb28e

Browse files
author
Ikko Eltociear Ashimine
authored
docs: Correct comment mis-spelling (#2642)
1 parent b6fa04f commit a2fb28e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/karpenter/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ module "eks" {
9393
resources = {
9494
limits = {
9595
cpu = "0.25"
96-
# We are targetting the smallest Task size of 512Mb, so we subtract 256Mb from the
96+
# We are targeting the smallest Task size of 512Mb, so we subtract 256Mb from the
9797
# request/limit to ensure we can fit within that task
9898
memory = "256M"
9999
}
100100
requests = {
101101
cpu = "0.25"
102-
# We are targetting the smallest Task size of 512Mb, so we subtract 256Mb from the
102+
# We are targeting the smallest Task size of 512Mb, so we subtract 256Mb from the
103103
# request/limit to ensure we can fit within that task
104104
memory = "256M"
105105
}

0 commit comments

Comments
 (0)