From 1c22737dfec0e901a693c212da090d6d848f9f79 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Thu, 30 Jul 2015 12:05:17 -0700 Subject: [PATCH] callbackOnLoactionHash -> callbackOnLocationHash for 'auth0'. --- auth0/auth0.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth0/auth0.d.ts b/auth0/auth0.d.ts index 2b200bb37..b2e1149fb 100644 --- a/auth0/auth0.d.ts +++ b/auth0/auth0.d.ts @@ -33,7 +33,7 @@ interface Auth0Static { interface Auth0ClientOptions { clientID: string; callbackURL: string; - callbackOnLoactionHash?: boolean; + callbackOnLocationHash?: boolean; domain: string; forceJSONP?: boolean; }