From b95c8d1bfb3f825e3819122775a746dc349a800a Mon Sep 17 00:00:00 2001 From: Alper Ebicoglu Date: Tue, 1 Dec 2020 10:25:33 +0300 Subject: [PATCH] Update Domain-Driven-Design-Implementation-Guide.md --- docs/en/Domain-Driven-Design-Implementation-Guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/Domain-Driven-Design-Implementation-Guide.md b/docs/en/Domain-Driven-Design-Implementation-Guide.md index b5f07826f2..9341df703b 100644 --- a/docs/en/Domain-Driven-Design-Implementation-Guide.md +++ b/docs/en/Domain-Driven-Design-Implementation-Guide.md @@ -1971,8 +1971,8 @@ Application Services can directly work with repositories to query, create, updat ## Reference Books -If you are seriously interest in the Domain Driven Design and building large-scale enterprise systems, the following books are recommended as reference books; +If you are more interested in the Domain Driven Design and building large-scale enterprise systems, the following books are recommended as reference books; * "*Domain Driven Design*" by Eric Evans * "*Implementing Domain Driven Design*" by Vaughn Vernon -* "*Clean Architecture*" by Robert C. Martin \ No newline at end of file +* "*Clean Architecture*" by Robert C. Martin