From 1f1ab6576e5da77deb9dd61a02acd39c2568f924 Mon Sep 17 00:00:00 2001 From: Rui Cao Date: Tue, 23 Oct 2018 22:19:32 +0800 Subject: [PATCH] Fix typo: assoications -> associations (#10708) Signed-off-by: Rui Cao --- content/en/docs/concepts/services-networking/service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/services-networking/service.md b/content/en/docs/concepts/services-networking/service.md index 5574c561af..f57f1c534a 100644 --- a/content/en/docs/concepts/services-networking/service.md +++ b/content/en/docs/concepts/services-networking/service.md @@ -940,7 +940,7 @@ Kubernetes supports SCTP as a `protocol` value in `Service`, `Endpoint`, `Networ The support of multihomed SCTP associations requires that the CNI plugin can support the assignment of multiple interfaces and IP addresses to a `Pod`. -NAT for multihomed SCTP assoications requires special logic in the corresponding kernel modules. +NAT for multihomed SCTP associations requires special logic in the corresponding kernel modules. #### Service with type=LoadBalancer