Skip to content
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.

Spelling #183

Merged
merged 1 commit into from
Oct 23, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down