diff --git a/gapi.auth2/gapi.auth2.d.ts b/gapi.auth2/gapi.auth2.d.ts index 4f6c3cbde..9b23a3487 100644 --- a/gapi.auth2/gapi.auth2.d.ts +++ b/gapi.auth2/gapi.auth2.d.ts @@ -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