From 5544743e57dd4624582df42614264a04b176b490 Mon Sep 17 00:00:00 2001 From: Luukschoen Date: Wed, 16 Mar 2016 16:02:09 +0100 Subject: [PATCH] Fix typo GoogleAuth class currentUser is currently referred as curretUser, should be currentUser instead --- gapi.auth2/gapi.auth2.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gapi.auth2/gapi.auth2.d.ts b/gapi.auth2/gapi.auth2.d.ts index 29d66848e..b428e95f2 100644 --- a/gapi.auth2/gapi.auth2.d.ts +++ b/gapi.auth2/gapi.auth2.d.ts @@ -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