From 3fe73e7df62c5a939b14abf86e2d5229aaa0f69f Mon Sep 17 00:00:00 2001 From: nicbotes Date: Wed, 19 Aug 2020 11:23:01 +0200 Subject: [PATCH] fixes minor typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ebd310..2d691e4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ModelView let's you define views for your models in one place. ### Why ModelView? -At OfferZen, most of our rails models can be presented in al least two ways. For example, an Interview Request +At OfferZen, most of our rails models can be presented in at least two ways. For example, an Interview Request is presented differently to a candidate than to a company. But, there are also a lot of fields that get presented the same to both candidates and companies. We found ourselves duplicating a lot of our serialisation code in our controllers and the code started to get out of hand.