Skip to content

Commit 32a5b0b

Browse files
authored
fix: change the over time to Over Time in README (#166)
1 parent 4351ec8 commit 32a5b0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ This tool is used to generate contributor graphs across repositories. We use Git
44

55
## Demo
66

7-
### Contributor over time for single repo
7+
### Contributor Over Time for single repo
88

99
[![Contributor over time](https://contributor-overtime-api.git-contributor.com/contributors-svg?chart=contributorOverTime&repo=apache/apisix)](https://git-contributor.com?chart=contributorOverTime&repo=apache/apisix)
1010

11-
### Contributor over time across related repo
11+
### Contributor Over Time across related repo
1212

1313
We maintain a [list](api-go/config/multi-repo.yaml) which you could directly add your repo list and commit a PR if needed.
1414

src/components/shareDialog/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ const DialogContent = withStyles((theme) => ({
204204
export const MarkdownLink = ({ params = "", type = "contributorOverTime" }) => {
205205
const title =
206206
type === "contributorOverTime"
207-
? "Contributor over time"
207+
? "Contributor Over Time"
208208
: "Monthly Active Contributors";
209209

210210
const value = `

0 commit comments

Comments
 (0)