Merge pull request #2544 from AminZibayi/patch-1

Fix a typo in concepts documentation
This commit is contained in:
Jim LAURIE 2018-12-26 19:35:38 +01:00 committed by GitHub
commit 39bcc6a593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@ Please refer to the [filters' guide](../guides/filters.md) for more informations
## Models ## Models
Models are a representation of the database's structure and lifecyle. They are split into two separate files. A JavaScript file that contains the lifecycle callbacks, and a JSON one that represents the data stored in the database and their format. The models also allow you to define the relationships between them. Models are a representation of the database's structure and lifecycle. They are split into two separate files. A JavaScript file that contains the lifecycle callbacks, and a JSON one that represents the data stored in the database and their format. The models also allow you to define the relationships between them.
**Path —** `./api/user/models/User.js`. **Path —** `./api/user/models/User.js`.
```js ```js