Skip to content

Commit c4568ed

Browse files
committed
Merge pull request #113 from cpunion/master
Fix typo
2 parents 3225c4c + 0766dc3 commit c4568ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RNFSManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ - (NSDictionary *)constantsToExport
364364
@"NSCachesDirectoryPath": [self getPathForDirectory:NSCachesDirectory],
365365
@"NSDocumentDirectoryPath": [self getPathForDirectory:NSDocumentDirectory],
366366
@"NSExternalDirectoryPath": [NSNull null],
367-
@"NSTemporaryDirectoryPatg": NSTemporaryDirectory(),
367+
@"NSTemporaryDirectoryPath": NSTemporaryDirectory(),
368368
@"NSLibraryDirectoryPath": [self getPathForDirectory:NSLibraryDirectory],
369369
@"NSFileTypeRegular": NSFileTypeRegular,
370370
@"NSFileTypeDirectory": NSFileTypeDirectory

0 commit comments

Comments
 (0)