Merge pull request #373 from coolljt0725/fix_typo

architecture.md: fix typo
This commit is contained in:
Phil Estes 2016-12-15 09:55:34 -05:00 committed by GitHub
commit b109bc0587

View file

@ -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.