Skip to content

Commit

Permalink
fix: typo of ads ui label (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Ziv committed Oct 25, 2017
1 parent a6d7893 commit ff877c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui-presets/ads.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function adsUI(props: any): React$Element<any> {
<div>
<TopBar>
<div className={style.leftControls}>
<span className={style.fontSizeBase}>Adverisment</span>
<span className={style.fontSizeBase}>Advertisement</span>
</div>
<div className={style.rightControls}>
{adsUiCustomization.learnMoreButton ? <AdLearnMore/> : undefined}
Expand Down

0 comments on commit ff877c7

Please sign in to comment.