Skip to content

Commit 100e2fa

Browse files
authored
docs(storage): fix minor typo in code docs (#6485)
1 parent cd84490 commit 100e2fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FirebaseStorage/Sources/FIRStorageTask_Private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ NS_ASSUME_NONNULL_BEGIN
5050
@property(strong, nonatomic, nullable) NSError *error;
5151

5252
/**
53-
* NSProgress object which tracks the progess of an observable task.
53+
* NSProgress object which tracks the progress of an observable task.
5454
*/
5555
@property(strong, nonatomic) NSProgress *progress;
5656

FirebaseStorage/Sources/Public/FirebaseStorage/FIRStorageTaskSnapshot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ NS_SWIFT_NAME(StorageTaskSnapshot)
4848
@property(readonly, copy, nonatomic) FIRStorageReference *reference;
4949

5050
/**
51-
* NSProgress object which tracks the progess of an upload or download.
51+
* NSProgress object which tracks the progress of an upload or download.
5252
*/
5353
@property(readonly, strong, nonatomic, nullable) NSProgress *progress;
5454

0 commit comments

Comments
 (0)