Преглед на файлове

Updated README.md, fix typo(s) (#1619)

Bob Conan преди 1 година
родител
ревизия
d70804136e
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -177,9 +177,9 @@ UIView+MJExtension.h        UIView+MJExtension.m
 ## <a id="MJRefreshHeader.h"></a>MJRefreshHeader.h
 ```objc
 @interface MJRefreshHeader : MJRefreshComponent
-/** Creat header */
+/** create header */
 + (instancetype)headerWithRefreshingBlock:(MJRefreshComponentRefreshingBlock)refreshingBlock;
-/** Creat header */
+/** create header */
 + (instancetype)headerWithRefreshingTarget:(id)target refreshingAction:(SEL)action;
 
 /** This key is used to storage the time that the last time of drown-down successfully */
@@ -195,9 +195,9 @@ UIView+MJExtension.h        UIView+MJExtension.m
 ## <a id="MJRefreshFooter.h"></a>MJRefreshFooter.h
 ```objc
 @interface MJRefreshFooter : MJRefreshComponent
-/** Creat footer */
+/** create footer */
 + (instancetype)footerWithRefreshingBlock:(MJRefreshComponentRefreshingBlock)refreshingBlock;
-/** Creat footer */
+/** create footer */
 + (instancetype)footerWithRefreshingTarget:(id)target refreshingAction:(SEL)action;
 
 /** NoticeNoMoreData */