Skip to content

Commit

Permalink
Fix documentation (#129)
Browse files Browse the repository at this point in the history
* docs(typo): Typo fix of -> for

* docs(link): Fix broken link to babel experimental features
  • Loading branch information
abhisekp authored and sindresorhus committed Jun 25, 2016
1 parent ae7451c commit b6199c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ We're always looking for more opinions on discussions in the issue tracker. It's

### Submitting an issue

- The issue tracker is for issues. Use Stack Overflow or support.
- The issue tracker is for issues. Use Stack Overflow for support.
- Search the issue tracker before opening an issue.
- Ensure you're using the latest version of XO.
- Use a clear and descriptive title.
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Default: `false`

Enforce ES2015+ rules. Enabling this will *prefer* ES2015+ syntax and conventions.

*ES2015+ is parsed even without this option. You can already use ES2016 features like [`async`/`await`](https://github.com/lukehoban/ecmascript-asyncawait) and [decorators](https://github.com/wycats/javascript-decorators). For a full list of features see [Babel's experimental features](https://babeljs.io/docs/usage/experimental/) and their [Learn ES2015](https://babeljs.io/docs/learn-es2015/).*
*ES2015+ is parsed even without this option. You can already use ES2016 features like [`async`/`await`](https://github.com/lukehoban/ecmascript-asyncawait) and [decorators](https://github.com/wycats/javascript-decorators). For a full list of features see [Babel's experimental features](https://babeljs.io/docs/plugins/#stage-x-experimental-presets) and their [Learn ES2015](https://babeljs.io/docs/learn-es2015/).*

### envs

Expand Down

0 comments on commit b6199c0

Please sign in to comment.