Skip to content

Commit 9834ad5

Browse files
authored
FirebaseAuth: improve readme file (#13913)
1 parent 2c124f1 commit 9834ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAuth/Tests/SampleSwift/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ As we mentioned above, we will need to configure dynamic links for this auth flo
191191
- Configure the following steps as you please and then hit **Create**!
192192

193193
- Dynamic links use your app's bundle identifier as a url scheme by default. In Xcode, [add a custom URL scheme for your **bundle identifier**](https://developers.google.com/identity/sign-in/ios/start-integrating#add_a_url_scheme_to_your_project).
194-
- Last todo! Navigate to `sendSignInLink()` in `PasswordlessViewController.swift. Within the method, there is a `stringURL` constant. Paste in the long deeplink you created from the steps above for the `authroizedDomain` property above the method. It should look something like:
194+
- Last todo! Navigate to `sendSignInLink()` in `PasswordlessViewController.swift. Within the method, there is a `stringURL` constant. Paste in the long deeplink you created from the steps above for the `authorizedDomain` property above the method. It should look something like:
195195
```swift
196196
let stringURL = "https://\(authorizedDomain)/login"
197197
```

0 commit comments

Comments
 (0)