sparrowcode / PermissionsKit

Universal API for request permission and get its statuses.
https://x.com/sparrowcode_ios
MIT License
5.64k stars 462 forks source link

Misspelled method arguments #114

Closed rlaferla closed 5 years ago

rlaferla commented 5 years ago

In SPPermission.swift:

withComlectionHandler

should be

withCompletionHandler

This happens in several places in the code.

ivanvorobei commented 5 years ago

I am upload new version and fix it in 3.1.1. Thanks.