diff --git a/docs/guide/ingress/annotations.md b/docs/guide/ingress/annotations.md
index d694135dc..54c26079b 100644
--- a/docs/guide/ingress/annotations.md
+++ b/docs/guide/ingress/annotations.md
@@ -85,7 +85,7 @@ You can add annotations to kubernetes Ingress and Service objects to customize t
| [alb.ingress.kubernetes.io/frontend-nlb-healthcheck-unhealthy-threshold-count](#frontend-nlb-healthcheck-unhealthy-threshold-count) | integer |3| Ingress | N/A |
| [alb.ingress.kubernetes.io/frontend-nlb-healthcheck-success-codes](#frontend-nlb-healthcheck-success-codes) | string |200| Ingress | N/A |
| [alb.ingress.kubernetes.io/frontend-nlb-tags](#frontend-nlb-tags) | stringMap | N/A | Ingress | Exclusive |
-| [alb.ingress.kubernetes.io/frontend-nlb-eip-allocation](#frontend-nlb-eip-allocation) | stringList |200| Ingress | N/A |
+| [alb.ingress.kubernetes.io/frontend-nlb-eip-allocations](#frontend-nlb-eip-allocations) | stringList |200| Ingress | N/A |
## IngressGroup
IngressGroup feature enables you to group multiple Ingress resources together.
@@ -1344,7 +1344,7 @@ When this option is set to true, the controller will automatically provision a N
alb.ingress.kubernetes.io/frontend-nlb-tags: Environment=prod,Team=platform
```
-- `alb.ingress.kubernetes.io/frontend-nlb-eip-allocation` specifies a list of [elastic IP address](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html) configuration for an internet-facing NLB.
+- `alb.ingress.kubernetes.io/frontend-nlb-eip-allocations` specifies a list of [elastic IP address](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html) configuration for an internet-facing NLB.
!!!note
- This configuration is optional, and you can use it to assign static IP addresses to your NLB
@@ -1353,5 +1353,5 @@ When this option is set to true, the controller will automatically provision a N
!!!example
```
- alb.ingress.kubernetes.io/frontend-nlb-eip-allocation: eipalloc-xyz, eipalloc-zzz
+ alb.ingress.kubernetes.io/frontend-nlb-eip-allocations: eipalloc-xyz, eipalloc-zzz
```