Showing
1 changed file
with
1 additions
and
1 deletions
@@ -204,7 +204,7 @@ make.center.equalTo(superview).centerOffset(CGPointMake(-5, 10)) | @@ -204,7 +204,7 @@ make.center.equalTo(superview).centerOffset(CGPointMake(-5, 10)) | ||
204 | 204 | ||
205 | ## Hold on for dear life | 205 | ## Hold on for dear life |
206 | 206 | ||
207 | -Sometimes you need modify existing constraints inorder to animate or remove/replace constraints. | 207 | +Sometimes you need modify existing constraints in order to animate or remove/replace constraints. |
208 | In Masonry there are two common approaches for updating constraints. | 208 | In Masonry there are two common approaches for updating constraints. |
209 | 209 | ||
210 | #### 1. References | 210 | #### 1. References |
-
Please register or login to post a comment