Bläddra i källkod

Merge pull request #60 from nickcheng/typofix

Fix typo in README.
Jonas Budelmann 11 år sedan
förälder
incheckning
344ae69e4b
1 ändrade filer med 1 tillägg och 1 borttagningar
  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
 ## 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.
 In Masonry there are two common approaches for updating constraints.
 
 
 #### 1. References
 #### 1. References