Merge pull request #6313 from epegzz/patch-2

Fix typo
This commit is contained in:
Alexandre BODIN 2020-05-25 14:56:45 +02:00 committed by GitHub
commit efe40dc3ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,7 +135,7 @@ This script will create a models.json file at the root of your project that look
### Create migration script
You then need to create the mongo shell script to run to migrate your data strucutre. First create a `migration.js` file with the following code:
You then need to create the mongo shell script to run to migrate your data structure. First create a `migration.js` file with the following code:
```js
var models = {