Skip to content

Commit 9587126

Browse files
author
Preben Ludviksen
committed
Corrected spelling mistake in STORAGE_TEMPORARY enum.
1 parent 394d980 commit 9587126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNFileSystem/RNFileSystem.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
NSString *const STORAGE_BACKED_UP = @"BACKED_UP";
44
NSString *const STORAGE_IMPORTANT = @"IMPORTANT";
55
NSString *const STORAGE_AUXILIARY = @"AUXILIARY";
6-
NSString *const STORAGE_TEMPORARY = @"TEMORARY";
6+
NSString *const STORAGE_TEMPORARY = @"TEMPORARY";
77

88
@implementation RNFileSystem
99

0 commit comments

Comments
 (0)