From a6b8f2d14d9385e0f1ec2c3d30e0cf13c279ccaa Mon Sep 17 00:00:00 2001 From: Lei Jitang Date: Wed, 14 Dec 2016 22:15:01 -0500 Subject: [PATCH] architecture.md: fix typo Signed-off-by: Lei Jitang --- design/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design/architecture.md b/design/architecture.md index 478ead0..e605cad 100644 --- a/design/architecture.md +++ b/design/architecture.md @@ -19,7 +19,7 @@ is simply a directory on the filesystem. ![Architecture](architecture.png) -Note that while these architecteral ideas are important to understanding the +Note that while these architectural ideas are important to understanding the system, code layout may not reflect the exact architecture. These ideas should be used as a guide for placing functionality and behavior and understanding the thought behind the design.