Authored by B.J. Allen

minor grammar fixes

@@ -98,7 +98,7 @@ Masonry will also call `view1.translatesAutoresizingMaskIntoConstraints = NO;` f @@ -98,7 +98,7 @@ Masonry will also call `view1.translatesAutoresizingMaskIntoConstraints = NO;` f
98 98
99 > `.greaterThanOrEqualTo` equivalent to **NSLayoutRelationGreaterThanOrEqual** 99 > `.greaterThanOrEqualTo` equivalent to **NSLayoutRelationGreaterThanOrEqual**
100 100
101 -These three equality constraints except one argument which can be any of the following: 101 +These three equality constraints accept one argument which can be any of the following:
102 102
103 #### 1. MASViewAttribute 103 #### 1. MASViewAttribute
104 104
@@ -255,7 +255,7 @@ Get busy Masoning @@ -255,7 +255,7 @@ Get busy Masoning
255 >`#import "Masonry.h"` 255 >`#import "Masonry.h"`
256 256
257 ## Features 257 ## Features
258 -* Not limited to subset of Auto Layout. Anything NSLayoutConstraint can do, Masonry can do to! 258 +* Not limited to subset of Auto Layout. Anything NSLayoutConstraint can do, Masonry can do too!
259 * Great debug support, give your views and constraints meaningful names. 259 * Great debug support, give your views and constraints meaningful names.
260 * Constraints read like sentences. 260 * Constraints read like sentences.
261 * No crazy macro magic. Masonry won't pollute the global namespace with macros. 261 * No crazy macro magic. Masonry won't pollute the global namespace with macros.