Skip to content

Commit

Permalink
Merge pull request #59 from jmannau/patch-1
Browse files Browse the repository at this point in the history
Fixed Typo
  • Loading branch information
hansemannn authored Aug 7, 2016
2 parents ae0c636 + 1aa16ed commit a971be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Classes/FacebookModule.m
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ -(id)LOGIN_BEHAVIOR_NATIVE
return [NSNumber numberWithUnsignedInteger:FBSDKLoginBehaviorNative];
}

-(id)LOGIN_BEHAVIOR_SYTEM_ACCOUNT
-(id)LOGIN_BEHAVIOR_SYSTEM_ACCOUNT
{
return [NSNumber numberWithUnsignedInteger:FBSDKLoginBehaviorSystemAccount];
}
Expand Down

0 comments on commit a971be7

Please sign in to comment.