From 1279530d980d2173a7670abb99bb9f9275d6126d Mon Sep 17 00:00:00 2001 From: Mike Amaral Date: Wed, 11 May 2016 00:14:03 -0400 Subject: [PATCH] Grammar. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b738972..0172180 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,7 @@ Note that changing the text to something with more characters still produces the ## What if I don't want to align them perfectly? -Sometimes you don't want your views to align with their sibling views *exactly* - tou may want to align a view relative to its sibling, but with a slight offset. You can do this by adding the optional `offset` parameter to any of the above align methods to produce something like the following: +Sometimes you don't want your views to align with their sibling views *exactly* - you may want to align them relative to their siblings, but with a slight offset. You can do this by adding the optional `offset` parameter to any of the above align methods to produce something like the following: ```swift view1.align(.ToTheRightMatchingTop, relativeTo: anchorViewA, padding: padding, width: size, height: size, offset: offset)