diff --git a/README.md b/README.md index 1ce1d22..c1fd8b5 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 } }]; ```