diff --git a/README.md b/README.md index e9fa286c..61a8e44a 100755 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ NSArray *SCOPE = @[@"friends", @"email"]; if (state == VKAuthorizationAuthorized) { // Authorized and ready to go } else if (error) { - // Some error happend, but you may try later + // Some error happened, but you may try later } }]; ```