Skip to content

Commit 849a2f7

Browse files
JinjiangNataliaTepluhina
authored andcommitted
Small fix (close vuejs#2307). (vuejs#2314)
1 parent a402910 commit 849a2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/reactivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Vue.component('example', {
121121
})
122122
```
123123

124-
Since `$nextTick()` returns a promise, you can achieve the same as the above using the new [ES2016 async/await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function) syntax:
124+
Since `$nextTick()` returns a promise, you can achieve the same as the above using the new [ES2017 async/await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function) syntax:
125125

126126
``` js
127127
methods: {

0 commit comments

Comments
 (0)