Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion FirebaseStorage/Sources/FIRStorageTask_Private.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ NS_ASSUME_NONNULL_BEGIN
@property(strong, nonatomic, nullable) NSError *error;

/**
* NSProgress object which tracks the progess of an observable task.
* NSProgress object which tracks the progress of an observable task.
*/
@property(strong, nonatomic) NSProgress *progress;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ NS_SWIFT_NAME(StorageTaskSnapshot)
@property(readonly, copy, nonatomic) FIRStorageReference *reference;

/**
* NSProgress object which tracks the progess of an upload or download.
* NSProgress object which tracks the progress of an upload or download.
*/
@property(readonly, strong, nonatomic, nullable) NSProgress *progress;

Expand Down