From 383590854209781214da4a44956ee09b7a33f4bb Mon Sep 17 00:00:00 2001 From: Dan McCracken Date: Tue, 27 May 2025 12:21:57 -0400 Subject: [PATCH] fixing typo --- docs/docs/getting-started/motivation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/getting-started/motivation.md b/docs/docs/getting-started/motivation.md index dd69a56..9bb0bbb 100644 --- a/docs/docs/getting-started/motivation.md +++ b/docs/docs/getting-started/motivation.md @@ -6,7 +6,7 @@ slug: /motivation # 💡 Motivation -In Strapi we come across what I would call config types. These are models of which the records are stored in our database, just like content types. Though the big difference here is that your code ofter relies on the database records of these types. +In Strapi we come across what I would call config types. These are models of which the records are stored in our database, just like content types. Though the big difference here is that your code often relies on the database records of these types. Having said that, it makes sense that these records can be exported, added to git, and be migrated across environments. This way we can make sure we have all the data our code relies on, on each environment.