Skip to content

Commit

Permalink
Grammar.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Amaral committed May 11, 2016
1 parent 2043fbb commit 1279530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1279530

Please sign in to comment.