From 07420419bb1a7da3f1c1ad3116e40dfdea57aed6 Mon Sep 17 00:00:00 2001 From: Travis Beatty Date: Wed, 11 Jun 2014 08:21:45 -0400 Subject: [PATCH] Fix Typo in Design Document Overview s/arechitecture/architecture/ --- DESIGN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESIGN.md b/DESIGN.md index 4471ec0c1f..f645e06d42 100644 --- a/DESIGN.md +++ b/DESIGN.md @@ -21,7 +21,7 @@ Kubernetes builds on top of [Docker](http://www.docker.io) to construct a cluste As container based applications and systems get larger, some tools are provided to facilitate sanity. This includes ways for containers to find and communicate with each other and ways to work with and manage sets of containers that do similar work. -When looking at the arechitecture of the system, we'll break it down to services that run on the worker node and services that play a "master" role. +When looking at the architecture of the system, we'll break it down to services that run on the worker node and services that play a "master" role. ## Key Concept: Container Pod