diff options
| author | Jonathan Boulle <jonathanboulle@gmail.com> | 2016-12-01 15:30:20 +0100 |
|---|---|---|
| committer | Jonathan Boulle <jonathanboulle@gmail.com> | 2016-12-01 15:30:20 +0100 |
| commit | 4252d8773ef14287d15e9a60364c85b165bdea69 (patch) | |
| tree | b045c66dc9969fa6f81a18ab8011397b6aa0af7f | |
| parent | fee0a33c04088d9c705ba4064e81aa280b654814 (diff) | |
architecture: fix sentence formatting
| -rw-r--r-- | contributors/design-proposals/architecture.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/design-proposals/architecture.md b/contributors/design-proposals/architecture.md index 7477f0de..91043892 100644 --- a/contributors/design-proposals/architecture.md +++ b/contributors/design-proposals/architecture.md @@ -17,8 +17,8 @@ plane. The Kubernetes node has the services necessary to run application containers and be managed from the master systems. -Each node runs a container runtime (like Docker, rkt or Hyper) The container runtime is responsible for -downloading images and running containers. +Each node runs a container runtime (like Docker, rkt or Hyper). The container +runtime is responsible for downloading images and running containers. ### `kubelet` |
