docs: fix spelling and grammar (#13862)
Fixed various spelling errors and grammatical issues across multiple .mdx documentation files.
This commit is contained in:
@@ -16,7 +16,7 @@ Learn more about the data model repository in the [Database Operations](!docs!/l
|
||||
|
||||
## When to Use the Data Model Repository?
|
||||
|
||||
If your module has data models, then you should always extend the [service factory](!docs!/learn/fundamentals/modules/service-factory). It generates basic data-mangement operations for your module's data models.
|
||||
If your module has data models, then you should always extend the [service factory](!docs!/learn/fundamentals/modules/service-factory). It generates basic data-management operations for your module's data models.
|
||||
|
||||
However, there are some cases where you might need to perform more complex database operations and need more control over the parameters you're passing.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user