diff --git a/ParseUI/Classes/QueryCollectionViewController/PFQueryCollectionViewController.h b/ParseUI/Classes/QueryCollectionViewController/PFQueryCollectionViewController.h index e658269..8d34273 100644 --- a/ParseUI/Classes/QueryCollectionViewController/PFQueryCollectionViewController.h +++ b/ParseUI/Classes/QueryCollectionViewController/PFQueryCollectionViewController.h @@ -58,7 +58,7 @@ PFUI_ASSUME_NONNULL_BEGIN @property (nonatomic, assign) IBInspectable BOOL loadingViewEnabled; /*! - @abstract Whether the collection should use the built-in pull-to-refresh feature. Defualt - `YES`. + @abstract Whether the collection should use the built-in pull-to-refresh feature. Default - `YES`. */ @property (nonatomic, assign) IBInspectable BOOL pullToRefreshEnabled; diff --git a/ParseUI/Classes/QueryTableViewController/PFQueryTableViewController.h b/ParseUI/Classes/QueryTableViewController/PFQueryTableViewController.h index 4f73344..4eb1d8b 100644 --- a/ParseUI/Classes/QueryTableViewController/PFQueryTableViewController.h +++ b/ParseUI/Classes/QueryTableViewController/PFQueryTableViewController.h @@ -105,7 +105,7 @@ PFUI_ASSUME_NONNULL_BEGIN @property (nonatomic, assign) IBInspectable BOOL loadingViewEnabled; /*! - @abstract Whether the table should use the built-in pull-to-refresh feature. Defualt - `YES`. + @abstract Whether the table should use the built-in pull-to-refresh feature. Default - `YES`. */ @property (nonatomic, assign) IBInspectable BOOL pullToRefreshEnabled;