Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
Small typos
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlovin committed Aug 31, 2017
1 parent 04be1f9 commit e417612
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/components/upsell/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ export class UpsellSignIn extends Component {
const preferredSigninMethod = getItemFromStorage('preferred_signin_method');

if (isSigningIn) {
console.log('bar');
return <Login close={this.toggleSigningIn} signinType={signinType} />;
} else {
const subtitle = view
Expand Down
4 changes: 2 additions & 2 deletions src/views/splash/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ export const Sell = props => {
</BulletCopy>
<BulletCopy>
Think of Spectrum as a new direct line to discovering what your
audience want the most.
audience wants the most.
</BulletCopy>
</Bullet>
</Bullets>
Expand Down Expand Up @@ -475,7 +475,7 @@ export const Yours = props => {
endless notifications.
</ThisCopy>
<ThisCopy>
On Spectrum, you only have one account and the conversations that
On Spectrum you only have one account, and the conversations that
matter come to you in one simple feed &mdash; no matter which
community they're in.
</ThisCopy>
Expand Down
1 change: 0 additions & 1 deletion src/views/userSettings/components/emailSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ class EmailSettings extends Component {
render() {
const { currentUser: { settings: { notifications } } } = this.props;
const settings = parseNotificationTypes(notifications);
console.log('settings', settings);

return (
<StyledCard
Expand Down

0 comments on commit e417612

Please sign in to comment.