From 1be59a698fe62813c1ef3a31f3f3d399134d12b6 Mon Sep 17 00:00:00 2001 From: Hakon Hanesand Date: Thu, 22 Oct 2015 18:00:26 -0500 Subject: [PATCH] Spelling Defualt -> Default --- .../PFQueryCollectionViewController.h | 2 +- .../QueryTableViewController/PFQueryTableViewController.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;