Skip to content

Commit 9fcc1cc

Browse files
authored
Merge pull request #964 from lukechilds/patch-1
Fix typo in sponsor notification
2 parents 82d7bb7 + d1c6248 commit 9fcc1cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/notification-bar/notification-bar.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default class NotificationBar extends React.Component {
1111
<div className={ `notification-bar ${dismissedMod}` }>
1212
<Container className="notification-bar__inner">
1313
<p>
14-
Sponsor webpack and get apparel at the same time! Visit <a href="https://webpack.threadless.com">the official webpack shop!</a>&nbsp; All proceeds goto webpack's <a href="https://opencollective.com/webpack">Open Collective page!</a>
14+
Sponsor webpack and get apparel at the same time! Visit <a href="https://webpack.threadless.com">the official webpack shop!</a>&nbsp; All proceeds go to webpack's <a href="https://opencollective.com/webpack">Open Collective page!</a>
1515
</p>
1616
<p>
1717
Version 2 was just released! Read the <a href="https://medium.com/webpack/webpack-2-and-beyond-40520af9067f#.ojp0x5ls1">announcement</a>&nbsp;
@@ -48,4 +48,4 @@ export default class NotificationBar extends React.Component {
4848

4949
} else return false;
5050
}
51-
}
51+
}

0 commit comments

Comments
 (0)