Skip to content
This repository was archived by the owner on Mar 18, 2022. It is now read-only.

Commit f65ecc7

Browse files
JB Reeferpleerock
JB Reefer
authored andcommitted
docs: grammar and wording fixes in active-record-data-mapper.md (typeorm#4615)
Grammar and wording fixes in bottom paragraph
1 parent 445c740 commit f65ecc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/active-record-data-mapper.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Learn more about [custom repositories](custom-repository.md).
185185
The decision is up to you.
186186
Both strategies have their own cons and pros.
187187

188-
One thing we should always keep in mind in software development is how we are going to maintain it.
189-
The `Data Mapper` approach helps you with maintainability of your software which is more effective in bigger apps.
190-
The `Active record` approach helps you to keep things simple which works good in small apps.
188+
One thing we should always keep in mind in with software development is how we are going to maintain our applications.
189+
The `Data Mapper` approach helps with maintainability, which is more effective in bigger apps.
190+
The `Active record` approach helps keep things simple which works well in smaller apps.
191191
And simplicity is always a key to better maintainability.

0 commit comments

Comments
 (0)