Skip to content

Commit b20de63

Browse files
chore: grammar correction
1 parent d30af1c commit b20de63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseSwiftUI/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public struct AuthConfiguration {
9797
## Configuring providers
9898

9999
1. Ensure the provider is installed from step 1 (e.g. if configuring Google provider, you need to install `FirebaseGoogleSwiftUI` package).
100-
2. Ensure you have called the relevant API on `AuthService` to initialise provider. Example of Email and Google provider initialization:
100+
2. Ensure you have called the relevant API on `AuthService` to initialise the provider. Example of Email and Google provider initialization:
101101

102102
```swift
103103
let authService = AuthService()

0 commit comments

Comments
 (0)