Skip to content

Commit 87079b5

Browse files
paulvanbladelkazupon
authored andcommitted
es2015.Promise should be es2015.promise (vuejs#826)
1 parent a6a9735 commit 87079b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Since these are [published on NPM](https://unpkg.com/vue/types/), and the latest
2727
"lib": [
2828
"dom",
2929
"es5",
30-
"es2015.Promise"
30+
"es2015.promise"
3131
]
3232
}
3333
}

0 commit comments

Comments
 (0)