Skip to content

Commit d87d7ad

Browse files
committed
fixed doc change check issue
1 parent 38bd563 commit d87d7ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs-devsite/auth.auth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface Auth
3737

3838
| Method | Description |
3939
| --- | --- |
40-
| [authStateReady()](./auth.auth.md#authauthstateready) | returns a promise that resolves immediately when the initial auth state is settled. When the promise is resolved, the current user might be a valid user or `null` if users signed out. |
40+
| [authStateReady()](./auth.auth.md#authauthstateready) | returns a promise that resolves immediately when the initial auth state is settled. When the promise resolves, the current user might be a valid user or <code>null</code> if the user signed out. |
4141
| [beforeAuthStateChanged(callback, onAbort)](./auth.auth.md#authbeforeauthstatechanged) | Adds a blocking callback that runs before an auth state change sets a new user. |
4242
| [onAuthStateChanged(nextOrObserver, error, completed)](./auth.auth.md#authonauthstatechanged) | Adds an observer for changes to the user's sign-in state. |
4343
| [onIdTokenChanged(nextOrObserver, error, completed)](./auth.auth.md#authonidtokenchanged) | Adds an observer for changes to the signed-in user's ID token. |
@@ -147,7 +147,7 @@ const result = await signInWithEmailAndPassword(auth, email, password);
147147

148148
## Auth.authStateReady()
149149

150-
returns a promise that resolves immediately when the initial auth state is settled. When the promise is resolved, the current user might be a valid user or `null` if users signed out.
150+
returns a promise that resolves immediately when the initial auth state is settled. When the promise resolves, the current user might be a valid user or `null` if the user signed out.
151151

152152
<b>Signature:</b>
153153

0 commit comments

Comments
 (0)