mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-08 16:40:30 +08:00
Merge pull request #8594 from Luukschoen/patch-1
Fix typo GoogleAuth class: case2
This commit is contained in:
Vendored
+1
-1
@@ -15,7 +15,7 @@ declare namespace gapi.auth2 {
|
||||
export class GoogleAuth {
|
||||
isSignedIn: IsSignedIn;
|
||||
|
||||
curretUser: CurrentUser;
|
||||
currentUser: CurrentUser;
|
||||
|
||||
/**
|
||||
* Calls the onInit function when the GoogleAuth object is fully initialized, or calls the onFailure function if
|
||||
|
||||
Reference in New Issue
Block a user