Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
j3k0 committed Oct 7, 2017
1 parent 8d90354 commit 1809ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ios/OpenWithPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ - (void) checkForFileToShare {
@"type": type,
@"utis": utis,
@"uri": uri,
@"name", name
@"name": name
}]
}];
pluginResult.keepCallback = [NSNumber numberWithBool:YES];
Expand Down

0 comments on commit 1809ee2

Please sign in to comment.