Skip to content

Commit

Permalink
Merge pull request #733 from dandv/patch-2
Browse files Browse the repository at this point in the history
Fix typo and add MDN link to yield
  • Loading branch information
christian-bromann committed Aug 23, 2015
2 parents 540c7c3 + e0cf598 commit 95b2279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ client

## Write your test specs with ES6 support!

If your are using Node.js (>=v0.11) or io.js you can write your test specs using yield. The `wdio`
test runner supports ES6 generators and allows you to get rid of nasty callback code.
If you are using Node.js (>=v0.11) or io.js you can write your test specs using [`yield`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/yield).
The `wdio` test runner supports ES6 generators and allows you to get rid of nasty callback code.

```js
describe('my feature', function() {
Expand Down

0 comments on commit 95b2279

Please sign in to comment.