From 15d18c44561f806fe0986d7b2ca2ff1dc06e1c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maik=20R=C3=B6hrig?= Date: Fri, 11 Sep 2015 11:37:43 +0200 Subject: [PATCH] Fix "cornerstone" typo in container guide --- source/guides/architectures/container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/guides/architectures/container.md b/source/guides/architectures/container.md index 00d79394f..a534466c4 100644 --- a/source/guides/architectures/container.md +++ b/source/guides/architectures/container.md @@ -22,7 +22,7 @@ They are home to the main parts described above. #### Application Core We implement a set of functionalities, without worrying about how they can be exposed to the outside world. -This is the **cornestone** of our product, and we want to be careful on how we manage dependencies for it. +This is the **cornerstone** of our product, and we want to be careful on how we manage dependencies for it. `Lotus::Model` is the default choice for persisting our Ruby objects. This is a _soft-dependency_, it can be removed from our `Gemfile` and replaced with something else.