1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-25 19:22:21 +00:00

Merge pull request #323 from sunyuhui/gh-pages

拼写错误
This commit is contained in:
Ruan YiFeng 2017-01-21 21:25:21 +08:00 committed by GitHub
commit d9af38ddc3

View File

@ -489,7 +489,7 @@ Promise.all(promises).then(function (posts) {
```javascript
const databasePromise = connectDatabase();
const booksPromise = databaseProimse
const booksPromise = databasePromise
.then(findAllBooks);
const userPromise = databasePromise