Skip to content

Commit 3835908

Browse files
authored
fixing typo
1 parent c6e865b commit 3835908

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs/getting-started/motivation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ slug: /motivation
66

77
# 💡 Motivation
88

9-
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.
9+
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.
1010

1111
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.
1212

0 commit comments

Comments
 (0)