a few 'Walkthrough' typo fixes

This commit is contained in:
Amy Unruh
2014-10-27 20:32:32 -07:00
parent 854af6b926
commit 4d9023c887
2 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
# Kubernetes 101 - Walkthrough
## Pods
The first atom of Kubernetes is a _pod_. A pod is a collection of containers that are symbiotically group.
The first atom of Kubernetes is a _pod_. A pod is a collection of containers that are symbiotically grouped.
See [pods](../../docs/pods.md) for more details.