From 83332ef3cfb7e64ce4ad168fdc38a936c5c113cc Mon Sep 17 00:00:00 2001 From: Sergejs Visockis Date: Sat, 30 Mar 2024 20:49:09 +0100 Subject: [PATCH] developers -> engineers (#79) --- active-record/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/active-record/README.md b/active-record/README.md index 14627e50b01e..95c1b2d25cbb 100644 --- a/active-record/README.md +++ b/active-record/README.md @@ -14,7 +14,7 @@ responsible for its own persistence, including tasks such as database querying, and deleting records. This pattern is particularly useful in scenarios where simplicity and rapid development are -prioritized, as it allows developers to quickly implement data access functionality with minimal +prioritized, as it allows engineers to quickly implement data access functionality with minimal effort. By encapsulating persistence logic within the domain objects, the Active Record pattern promotes a straightforward and intuitive approach to working with data, making it easier to understand and maintain codebases.