Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 795a771

Browse files
author
Jacob Wenger
authored
Fixed spacing issue in migration doc
1 parent 9fec5c0 commit 795a771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/migration/1XX-to-2XX.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Several authentication methods have been renamed and / or have different method
5252
| `$changeEmail(credentials)` | `$updateEmail(newEmail)` | Changes the email of the currently signed-in user |
5353
| `$changePassword(credentials)` | `$updatePassword(newPassword)` | Changes the password of the currently signed-in user |
5454
| `$resetPassword(credentials)` | `$sendPasswordResetEmail(email)` | |
55-
| `$unauth()` | `$signOut()` | Now returns a `Promise`|
55+
| `$unauth()` | `$signOut()` | Now returns a `Promise` |
5656
| `$onAuth(callback)` | `$onAuthStateChanged(callback)` | |
5757
| `$requireAuth()` | `$requireSignIn()` | |
5858
| `$waitForAuth()` | `$waitForSignIn()` | |

0 commit comments

Comments
 (0)