From afe6d60c01dea6768b1b463b90e843c44102563e Mon Sep 17 00:00:00 2001 From: Amin Zibayi <43344360+AminZibayi@users.noreply.github.com> Date: Wed, 26 Dec 2018 18:54:03 +0330 Subject: [PATCH] Fix a typo in concepts documentation --- docs/3.x.x/concepts/concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3.x.x/concepts/concepts.md b/docs/3.x.x/concepts/concepts.md index 52e35efa57..0d4b1bc91f 100644 --- a/docs/3.x.x/concepts/concepts.md +++ b/docs/3.x.x/concepts/concepts.md @@ -106,7 +106,7 @@ Please refer to the [filters' guide](../guides/filters.md) for more informations ## 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`. ```js