Skip to content

Commit 0f1fa93

Browse files
avolkovisam-gc
andauthored
Update packages-exp/auth-types-exp/index.d.ts
Co-authored-by: Sam Horlbeck Olsen <[email protected]>
1 parent 14128e8 commit 0f1fa93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages-exp/auth-types-exp/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ export interface MultiFactorAssertion {
790790
* });
791791
*
792792
* resolver.resolveSignIn(multiFactorAssertion)
793-
* .then(function(userCredential) {
793+
* .then((userCredential) => {
794794
* // User signed in.
795795
* });
796796
* ```

0 commit comments

Comments
 (0)