Skip to content
This repository was archived by the owner on Jul 19, 2021. It is now read-only.

Commit 4abcff5

Browse files
authored
fix(currency): typo (discordjs#435)
1 parent 4106285 commit 4abcff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/sequelize/currency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Now that the models are defined, we should create them in our database so that w
9797
Create a file called `dbInit.js` in the base directory (*not* in the `models` folder).
9898

9999
::: danger
100-
Make sure you use version 5 or later of Sequelize! Version 4 as used in this guide will pose a security threat. You can read more about this issue On the [Sequelize issue tracker](https://github.com/sequelize/sequelize/issues/7310).
100+
Make sure you use version 5 or later of Sequelize! Version 4 as used in this guide will pose a security threat. You can read more about this issue on the [Sequelize issue tracker](https://github.com/sequelize/sequelize/issues/7310).
101101
:::
102102

103103
```js

0 commit comments

Comments
 (0)