Skip to content

Commit

Permalink
docs: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
zxch3n committed Oct 17, 2019
1 parent 73ead21 commit 2fd8745
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/CONTRIBUTION.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# How to contribute 🌟

I'm really happy you're reading this.😄 Thanks for taking time to contribute!👍
I'm really happy you're reading this.😄 Thanks for taking the time to contribute!👍

- Pomodoro Logger's roadmap is shown on the [issue page](https://github.com/zxch3n/PomodoroLogger/issues)
- If you find a bug or want a new feature, [create a issue](https://github.com/zxch3n/PomodoroLogger/issues)
- If you want to work on an issue, comment it to let me konw
- If you find a bug or want a new feature, [create an issue](https://github.com/zxch3n/PomodoroLogger/issues)
- If you want to work on an issue, comment on it to let me know

# Development

Expand All @@ -28,15 +28,15 @@ yarn start-dev

---

If you are in China, there may be connection problem when setting things up.
If you are in China, there may be a connection problem when setting things up.

Before running `yarn`, issue

```
ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/"
```

Alternatively, you can add following lines to `.npmrc` and `.yarnrc` files.
Alternatively, you can add the following lines to `.npmrc` and `.yarnrc` files.

```bash
# ~/.npmrc
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ To download, go to [release page](https://github.com/rem2016/PomodoroLogger/rele

# Contribution

I'd love to see you're involved! Read [Contribution Guide](./.github/CONTRIBUTION.md) for detail.
I'd love to see you're involved! Read [the Contribution Guide](./.github/CONTRIBUTION.md) for detail.

- The roadmap is shown on the [issue page](https://github.com/zxch3n/PomodoroLogger/issues)
- If you find a bug or want a new feature, [create a issue](https://github.com/zxch3n/PomodoroLogger/issues)
- If you want to start working on an issue, read [Contribution Guide](./.github/CONTRIBUTION.md) and comment the issue to let me konw
- If you want to start working on an issue, read [the Contribution Guide](./.github/CONTRIBUTION.md) and comment on the issue to let me know

# Screenshot

Expand Down

0 comments on commit 2fd8745

Please sign in to comment.