Skip to content

Commit

Permalink
Set apostrophes to uniform style
Browse files Browse the repository at this point in the history
Some apostrophes use more width than they need and all symbols should be in uniform style.
  • Loading branch information
DoubleCookies authored Dec 13, 2018
1 parent 3b8dd81 commit 43f47e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/react/contributing.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ Working on your first Pull Request? You can learn how from this free video serie

To help you get your feet wet and get you familiar with our contribution process, we have a list of [good first issues](https://github.com/ant-design/ant-design/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) that contain bugs or small features that have a relatively limited scope. This is a great place to get started.

If you decide to fix an issue, please be sure to check the comment thread in case somebody is already working on a fix. If nobody is working on it at the moment, please leave a comment stating that you intend to work on it so other people dont accidentally duplicate your effort.
If you decide to fix an issue, please be sure to check the comment thread in case somebody is already working on a fix. If nobody is working on it at the moment, please leave a comment stating that you intend to work on it so other people don't accidentally duplicate your effort.

If somebody claims an issue but doesnt follow up for more than two weeks, its fine to take over it but you should still leave a comment.
If somebody claims an issue but doesn't follow up for more than two weeks, it's fine to take over it but you should still leave a comment.

## Sending a Pull Request

Expand All @@ -48,7 +48,7 @@ The core team is monitoring for pull requests. We will review your pull request

1. Fork the repository and create your branch from [proper branch](#Branch-Organization).
1. Run `npm install` in the repository root.
1. If youve fixed a bug or added code that should be tested, add tests!
1. If you've fixed a bug or added code that should be tested, add tests!
1. Ensure the test suite passes (npm run test). Tip: `npm test -- --watch TestName` is helpful in development.
1. Run `npm test -- -u` to update [jest snapshot](http://facebook.github.io/jest/docs/en/snapshot-testing.html#snapshot-testing-with-jest) and commit these changes as well (if has).
1. Make sure your code lints (npm run lint). Tip: Lint runs automatically when you `git commit`.
Expand Down

0 comments on commit 43f47e0

Please sign in to comment.