Fix a small typo

pull/3663/head
Eugene Pirogov 2017-05-07 11:16:14 +03:00 committed by Andrew Chen
parent fb26a395f0
commit 8260e7cd06
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ Delete the deployment by name:
The preferred way to create a replicated application is to use a Deployment,
which in turn uses a ReplicaSet. Before the Deployment and ReplicaSet were
added to Kubernetes, replicated applicatios were configured by using a
added to Kubernetes, replicated applications were configured by using a
[ReplicationController](/docs/concepts/workloads/controllers/replicationcontroller/).
{% endcapture %}