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

Commit 258d8aa0 by Jeff Bernstein Committed by Sushant

docs(migrations): typo (#10755)

1 parent e33462aa
Showing with 2 additions and 2 deletions
......@@ -259,7 +259,7 @@ This is a special configuration file. It lets you specify various options that y
And a whole lot more. Let's see how you can use this file for custom configuration.
For starters, let's create an empty file in root directory of your project.
For starters, let's create an empty file in the root directory of your project.
```bash
$ touch .sequelizerc
......@@ -291,7 +291,7 @@ Configuration file is by default a JSON file called `config.json`. But sometimes
Sequelize CLI can read from both `JSON` and `JS` files. This can be setup with `.sequelizerc` file. Let see how
First you need to create a `.sequelizerc` file in root folder of your project. This file should override config path to a `JS` file. Like this
First you need to create a `.sequelizerc` file in the root folder of your project. This file should override config path to a `JS` file. Like this
```js
const path = require('path');
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!