Skip to content

Commit

Permalink
fix(apprate): captialize URL in storeAppURL property
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Jan 10, 2017
1 parent 603aa9f commit b98fa28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/apprate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export interface AppRatePreferences {
/**
* App Store URLS
*/
storeAppUrl?: AppRateStoreAppUrls;
storeAppURL?: AppRateStoreAppUrls;

}

Expand Down

0 comments on commit b98fa28

Please sign in to comment.