Skip to content

Commit ad1d2c9

Browse files
authored
Merge pull request #426 from montogeek/hotfix/typo-on-vote-page
Fix GitHub typo on vote page
2 parents e46f075 + bd02cd0 commit ad1d2c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/vote/influence.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ export default class InfluenceComponent extends React.Component {
55
constructor(props) {
66
super(props);
77
}
8-
8+
99
render() {
10-
return (this.props.type === "normal" ? (
10+
return (this.props.type === "normal" ? (
1111
<section className="influence-info influence-info__section">
1212
<h1 className="influence-info__header">What is Influence?</h1>
13-
<p><em>Influence</em> is a unit of measure based on time you have been a member on github. However, in 2017 and on you will recieve one influence per day.</p>
13+
<p><em>Influence</em> is a unit of measure based on time you have been a member on GitHub. However, in 2017 and on you will recieve one influence per day.</p>
1414
</section>
1515
) : (
1616
<section className="influence-info influence-info__section">
1717
<h1 className="influence-info__header">What is Golden Influence?</h1>
18-
<p><em>Golden Influence</em> is equal to 100 <i>normal influence</i>. Golden Influence is obtained by being a backer or sponsor on our <a href="https://opencollective.com/webpack">Open Collective page</a>.</p>
18+
<p><em>Golden Influence</em> is equal to 100 <i>normal influence</i>. Golden Influence is obtained by being a backer or sponsor on our <a href="https://opencollective.com/webpack">Open Collective page</a>.</p>
1919
</section>
2020
));
2121
}

0 commit comments

Comments
 (0)