Skip to content

Commit

Permalink
Merge pull request joltup#115 from DavidRieman/master
Browse files Browse the repository at this point in the history
Fix "envionment" typo
  • Loading branch information
RonRadtke authored Feb 4, 2022
2 parents e73e279 + f6ce473 commit a7d6056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/ReactNativeBlobUtil/ReactNativeBlobUtil.m
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ - (NSDictionary *)constantsToExport
});
}

#pragma mark - fs.getEnvionmentDirs
#pragma mark - fs.getEnvironmentDirs
RCT_EXPORT_METHOD(getEnvironmentDirs:(RCTResponseSenderBlock) callback)
{

Expand Down

0 comments on commit a7d6056

Please sign in to comment.