Skip to content

Commit

Permalink
docs(ui_auth): Fixed typo 'EmaiAuthProvider' to 'EmailAuthProvider' (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
BrutalCoding committed Mar 27, 2023
1 parent 60ff1df commit 5993202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/firebase_ui_auth/doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ how to use the package within your Flutter app.

- Available auth providers:

- [EmaiAuthProvider](./providers/email.md) - allows registering and signing in using email and password.
- [EmailAuthProvider](./providers/email.md) - allows registering and signing in using email and password.
- [EmailLinkAuthProvider](./providers/email-link.md) - allows registering and signing in using a link sent to email.
- [PhoneAuthProvider](./providers/phone.md) - allows registering and signing in using a phone number
- [UniversalEmailSignInProvider](./providers/universal-email-sign-in.md) - gets all connected auth providers for a given email.
Expand Down

0 comments on commit 5993202

Please sign in to comment.