소스 검색

Update actions.md (#1007)

Async/await has already been landed
Mohit kumar Bajoria 7 년 전
부모
커밋
e96dd97117
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/en/actions.md

+ 1 - 1
docs/en/actions.md

@@ -159,7 +159,7 @@ actions: {
 }
 ```
 
-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:
+Finally, if we make use of [async / await](https://tc39.github.io/ecmascript-asyncawait/), we can compose our actions like this:
 
 ``` js
 // assuming `getData()` and `getOtherData()` return Promises