浏览代码

fix spelling

Jonas Budelmann 12 年之前
父节点
当前提交
b935aecb07
共有 2 个文件被更改,包括 3 次插入3 次删除
  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.source   = { :git => 'https://github.com/cloudkite/Masonry.git', :tag => 'v0.2.2' }
 
 
   s.description = %{
   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.
 	NSLayoutConstraints which results in layout code which is more concise and readable.
     Masonry supports iOS and Mac OSX.
     Masonry supports iOS and Mac OSX.
   }
   }

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 Masonry 
 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.
 Masonry supports iOS and Mac OSX.
 
 
 For examples take a look at the **Masonry iOS Examples** project in the Masonry workspace.
 For examples take a look at the **Masonry iOS Examples** project in the Masonry workspace.