Browse Source

Fix typo in README.

nickcheng 11 years ago
parent
commit
24f1726b7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -204,7 +204,7 @@ make.center.equalTo(superview).centerOffset(CGPointMake(-5, 10))
 
 ## Hold on for dear life
 
-Sometimes you need modify existing constraints inorder to animate or remove/replace constraints.
+Sometimes you need modify existing constraints in order to animate or remove/replace constraints.
 In Masonry there are two common approaches for updating constraints.
 
 #### 1. References