Fix some typos and syntax errors

Fix some typos and syntax errors involving cluster.md, ingress.md and replicaset.md
This commit is contained in:
linweibin
2017-08-15 18:53:22 +08:00
committed by Zachary Corleissen
parent 51cfd800d9
commit 092ab3d509
3 changed files with 7 additions and 7 deletions
@@ -56,7 +56,7 @@ federation ReplicaSet.
### Spreading Replicas in Underlying Clusters
By default, replicas are spread equally in all the underlying clusters. For ex:
By default, replicas are spread equally in all the underlying clusters. For example:
if you have 3 registered clusters and you create a federated ReplicaSet with
`spec.replicas = 9`, then each ReplicaSet in the 3 clusters will have
`spec.replicas=3`.