Fix typo GoogleAuth class

currentUser is currently referred as curretUser, should be currentUser instead
This commit is contained in:
Luukschoen
2016-03-16 16:02:09 +01:00
parent 2f47c75835
commit 5544743e57
+1 -1
View File
@@ -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