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
+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