From e95bd50f93f5f983c180e78ab6c470095c2d4795 Mon Sep 17 00:00:00 2001 From: Jimmy Song Date: Fri, 4 Aug 2017 17:22:44 +0800 Subject: [PATCH] fix typo --- concepts/statefulset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concepts/statefulset.md b/concepts/statefulset.md index 661a35388..9889222e7 100644 --- a/concepts/statefulset.md +++ b/concepts/statefulset.md @@ -106,7 +106,7 @@ StatefulSet Pod 具有唯一的身份,包括序数,稳定的网络身份和 ### 序数 -对于一个有 N 个副本的 StatefulSet,没个副本都会被指定一个整数序数,在 [0,N)之间,且唯一。 +对于一个有 N 个副本的 StatefulSet,每个副本都会被指定一个整数序数,在 [0,N)之间,且唯一。 ## 稳定的网络 ID