mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix typo GoogleAuth class
currentUser is currently referred as curretUser, should be currentUser instead
This commit is contained in:
Vendored
+1
-1
@@ -15,7 +15,7 @@ declare module 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