1
1
mirror of https://github.com/VKCOM/vk-ios-sdk.git synced 2024-08-15 09:40:40 +03:00

Correct small mistake @hacktoberfest

This commit is contained in:
Kirill 2019-10-18 20:55:09 +03:00 committed by GitHub
parent f8833cee1c
commit 0dd96441ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}
}];
```