Skip to content

Commit b769891

Browse files
committed
Merge pull request #881 from azamat-sharapov/contributing-typo
Minor typo fix
2 parents 5edfb9e + e4a1cfa commit b769891

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Hi! I’m really excited that you are interested in contributing to Vue.js. Befo
77
- The issue list of this repo is **exclusively** for bug reports and feature requests. For simple questions, please use either [Gitter](https://gitter.im/yyx990803/vue) or [vuejs/Discussion](https://github.com/vuejs/Discussion/issues).
88
- Try to search for your issue, it may have already been answered or even fixed in the development branch.
99
- Check if the issue is reproducible with the latest stable version of Vue. If you are using a pre-release, please indicate the specific version you are using.
10-
- It is **reqruied** that you clearly describe the steps necessary to reproduce the issue you are running into. Issues with no clear repro steps will be closed immediately.
10+
- It is **required** that you clearly describe the steps necessary to reproduce the issue you are running into. Issues with no clear repro steps will be closed immediately.
1111
- It is recommended that you make a JSFiddle to demonstrate your issue. You could start with [this template](http://jsfiddle.net/5sH6A/) that already includes the latest version of Vue.
1212
- If your issue is resolved but still open, don’t hesitate to close it. In case you found a solution by yourself, it could be helpful to explain how you fixed it.
1313

@@ -34,7 +34,7 @@ Hi! I’m really excited that you are interested in contributing to Vue.js. Befo
3434
- align equal signs where appropriate.
3535
- Return early.
3636
- 1 space after `function`
37-
- 1 space between arguments, but not between parens.
37+
- 1 space between arguments, but not between parentheses.
3838
- When in doubt, read the source code.
3939
- Break long ternary conditionals like this:
4040

0 commit comments

Comments
 (0)