1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

Merge pull request #5426 from appwrite/fix-apple-getting-started

Fix typo in Apple Getting Started
This commit is contained in:
Jake Barnby 2023-04-26 16:37:24 +12:00 committed by GitHub
commit 4aa6ce3cfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ Next we need to add a hook to save cookies when our app is opened by its callbac
> If you're using UIKit, you can skip this section.
In SwiftUI this is as simple as ensuring `.registerOAuthHanlder()` is called on the `View` you want to invoke an OAuth request from.
In SwiftUI this is as simple as ensuring `.registerOAuthHandler()` is called on the `View` you want to invoke an OAuth request from.
### Updating the SceneDelegate for UIKit