fix(apprate): captialize URL in storeAppURL property

This commit is contained in:
Ibby 2017-01-10 18:49:53 -05:00
parent 603aa9f6d2
commit b98fa28b4b

View File

@ -47,7 +47,7 @@ export interface AppRatePreferences {
/**
* App Store URLS
*/
storeAppUrl?: AppRateStoreAppUrls;
storeAppURL?: AppRateStoreAppUrls;
}