From c3dddd676cc447407666850287e448d6ca8fe6bd Mon Sep 17 00:00:00 2001 From: Ilkka Seppala Date: Wed, 15 Apr 2015 23:17:44 +0300 Subject: [PATCH] Fix typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c3ea8d47..3bdb8dc21 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Presentation Tier patterns are the top-most level of the application, this is co * [Model-View-Presenter](#model-view-presenter) -### Architectual Patterns +### Architectural Patterns An architectural pattern is a general, reusable solution to a commonly occurring problem in software architecture within a given context.