Skip to content

Commit e96dd97

Browse files
mbj36ktsn
authored andcommitted
Update actions.md (#1007)
Async/await has already been landed
1 parent eed27dc commit e96dd97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ actions: {
159159
}
160160
```
161161

162-
Finally, if we make use of [async / await](https://tc39.github.io/ecmascript-asyncawait/), a JavaScript feature landing very soon, we can compose our actions like this:
162+
Finally, if we make use of [async / await](https://tc39.github.io/ecmascript-asyncawait/), we can compose our actions like this:
163163

164164
``` js
165165
// assuming `getData()` and `getOtherData()` return Promises

0 commit comments

Comments
 (0)