Skip to content

Commit 04f100a

Browse files
rashedevsephys
andauthored
Update getting-started.md (#711)
Co-authored-by: Alyx <[email protected]>
1 parent 23d3efd commit 04f100a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-6.x.x/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@ const sequelize = new Sequelize('sqlite::memory:', {
118118

119119
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.
120120

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

0 commit comments

Comments
 (0)