不要怂,就是干,撸起袖子干!

Commit 26282a9b by Ash Lux Committed by Felix Becker

Minor copyedit - missing period (#7044)

* Add missing period.

* Remove extra "here"
1 parent 308ed720
Showing with 1 additions and 1 deletions
...@@ -107,7 +107,7 @@ var Post = sequelize.define('post', {}, { ...@@ -107,7 +107,7 @@ var Post = sequelize.define('post', {}, {
## Promises ## Promises
Sequelize uses promises to control async control-flow. If you are unfamiliar with how promises work, don't worry, you can read up on them here, [here](https://github.com/wbinnssmith/awesome-promises) and [here](http://bluebirdjs.com/docs/why-promises.html) Sequelize uses promises to control async control-flow. If you are unfamiliar with how promises work, don't worry, you can read up on them [here](https://github.com/wbinnssmith/awesome-promises) and [here](http://bluebirdjs.com/docs/why-promises.html).
Basically, a promise represents a value which will be present at some point - "I promise you I will give you a result or an error at some point". This means that Basically, a promise represents a value which will be present at some point - "I promise you I will give you a result or an error at some point". This means that
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!