From df379668979b887d2571d325441a299f42e10627 Mon Sep 17 00:00:00 2001 From: Pouya Miralayi <53266765+pouyamiralayi@users.noreply.github.com> Date: Tue, 17 Dec 2019 18:28:52 +0330 Subject: [PATCH] Update migration-guide-beta.17-to-beta.18.md --- .../migration-guide/migration-guide-beta.17-to-beta.18.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/3.0.0-beta.x/migration-guide/migration-guide-beta.17-to-beta.18.md b/docs/3.0.0-beta.x/migration-guide/migration-guide-beta.17-to-beta.18.md index f3d3edd06f..9f15c0a2a6 100644 --- a/docs/3.0.0-beta.x/migration-guide/migration-guide-beta.17-to-beta.18.md +++ b/docs/3.0.0-beta.x/migration-guide/migration-guide-beta.17-to-beta.18.md @@ -108,7 +108,7 @@ Previously the ctx.state.user was populated with the user informations, its role ## File model -The file model has been update. The `size` field is now a decimal number, allowing correct sorting behavior. +The file model has been updated. The `size` field is now a decimal number, allowing correct sorting behavior. You will need to clear some database indexes if you are using either Mysql or PostgreSQL. @@ -139,7 +139,7 @@ Start by renaming the `./groups` folder to `./components` in your project root f Components now are placed into `categories`. To reflect this you must move your components inside `category` folders. ::: danger -Make sure tu use `-` in your file names (Do not use spaces or underscores). +Make sure to use `-` in your file names (Do not use spaces or underscores). ::: ### Example @@ -162,7 +162,7 @@ components/ └── image-text.json ``` -Now that you have moved your component into categories. You need to update your content-types to references them correctly. +Now that you have moved your component into categories. You need to update your content-types to reference them correctly. **Before** `./api/restaurant/models/Restaurant.settings.json`