拼写错误

This commit is contained in:
sunyuhui
2017-01-21 15:20:48 +08:00
parent 876a7b4bb1
commit 1c6add3cb9
+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