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

Commit e548b2cd by Mick Hansen

Merge pull request #4754 from subjectix/docs-tiny-typo-fix

[docs] Fixed a small typo in the docs
2 parents 68543550 2a4e7020
Showing with 1 additions and 1 deletions
...@@ -84,7 +84,7 @@ Post.findAll({ ...@@ -84,7 +84,7 @@ Post.findAll({
Post.findAll({ Post.findAll({
where: { where: {
authorId: 12, authorId: 12,
status: active status: 'active'
} }
}); });
// SELECT * FROM post WHERE authorId = 12 AND status = 'active'; // SELECT * FROM post WHERE authorId = 12 AND status = 'active';
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!