Skip to content

Commit

Permalink
Update getting-started.md (#711)
Browse files Browse the repository at this point in the history
Co-authored-by: Alyx <[email protected]>
  • Loading branch information
rashedevs and ephys authored Apr 11, 2024
1 parent 23d3efd commit 04f100a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioned_docs/version-6.x.x/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ const sequelize = new Sequelize('sqlite::memory:', {

Most of the methods provided by Sequelize are asynchronous and therefore return Promises. They are all [Promises](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) , so you can use the Promise API (for example, using `then`, `catch`, `finally`) out of the box.

Of course, using `async` and `await` works normally as well.
Of course, using `async` and `await` works fine as well.

0 comments on commit 04f100a

Please sign in to comment.