Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages

This commit is contained in:
ruanyf
2017-01-22 11:11:04 +08:00
+1 -1
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