Browse Source

fix spelling

Jonas Budelmann 12 years ago
parent
commit
b935aecb07
2 changed files with 3 additions and 3 deletions
  1. 2 2
      Masonry.podspec
  2. 1 1
      README.md

+ 2 - 2
Masonry.podspec

@@ -9,8 +9,8 @@ Pod::Spec.new do |s|
   s.source   = { :git => 'https://github.com/cloudkite/Masonry.git', :tag => 'v0.2.2' }
 
   s.description = %{
-    Masonary is a light-weight layout framework which wraps AutoLayout with a nicer syntax.
-	Masonary has its own layout DSL which provides a chainable way of describing your
+    Masonry is a light-weight layout framework which wraps AutoLayout with a nicer syntax.
+	Masonry has its own layout DSL which provides a chainable way of describing your
 	NSLayoutConstraints which results in layout code which is more concise and readable.
     Masonry supports iOS and Mac OSX.
   }

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 Masonry 
 =======
 
-Masonary is a light-weight layout framework which wraps AutoLayout with a nicer syntax. Masonary has its own layout DSL which provides a chainable way of describing your NSLayoutConstraints which results in layout code that is more concise and readable.
+Masonry is a light-weight layout framework which wraps AutoLayout with a nicer syntax. Masonry has its own layout DSL which provides a chainable way of describing your NSLayoutConstraints which results in layout code that is more concise and readable.
 Masonry supports iOS and Mac OSX.
 
 For examples take a look at the **Masonry iOS Examples** project in the Masonry workspace.