Skip to content

Commit 5dd9d22

Browse files
committed
refactor(support): fix grammar in description
1 parent 4cbd052 commit 5dd9d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/support/support.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default class Support extends React.Component {
5151
{ type === 'sponsors' ? (
5252
<p>
5353
<b className="support__rank">{ rank } sponsors</b>
54-
<span>are those who have pledged { minimum ? `$${minimum}` : '' } { maximum ? `to $${maximum}` : 'or more' } to webpack.</span>
54+
<span>are those who have pledged { minimum ? `$${minimum}` : 'up' } { maximum ? `to $${maximum}` : 'or more' } to webpack.</span>
5555
</p>
5656
) : (
5757
<p>

0 commit comments

Comments
 (0)