Skip to content

Commit 353e9c6

Browse files
authored
Fix typo (#43)
1 parent 655d049 commit 353e9c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/sections/Issues.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class Fork extends React.Component {
172172
yAxis: {
173173
gridLineWidth: 0,
174174
title: {
175-
text: 'fork increment/day',
175+
text: 'issue increment/day',
176176
},
177177
},
178178
series: Array.from(data.values()).map(dataArray => dataArray[1]),

src/components/sections/PullRequests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class Fork extends React.Component {
168168
yAxis: {
169169
gridLineWidth: 0,
170170
title: {
171-
text: 'fork increment/day',
171+
text: 'pull request increment/day',
172172
},
173173
},
174174
series: Array.from(data.values()).map(dataArray => dataArray[1]),

0 commit comments

Comments
 (0)