Skip to content

Commit

Permalink
Fix typo in readme (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdepold authored May 1, 2023
1 parent 10ef28d commit 5866758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ const umzug = new Umzug({

#### Modifying the parameters passed to your migration methods

Sometimes it's necessary to modify the parameters `umzug` will pass to your migration methods when the library calls the `up` and `down` methods for each migration. This is the case when using migrations currently generated using `sequilize-cli`. In this case you can use the `resolve` fuction during migration configuration to determine which parameters will be passed to the relevant method
Sometimes it's necessary to modify the parameters `umzug` will pass to your migration methods when the library calls the `up` and `down` methods for each migration. This is the case when using migrations currently generated using `sequelize-cli`. In this case you can use the `resolve` fuction during migration configuration to determine which parameters will be passed to the relevant method

```js
import { Sequelize } from 'sequelize'
Expand Down

0 comments on commit 5866758

Please sign in to comment.