Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 8f27cd9

Browse files
committed
Fix typo 🚀
1 parent b634939 commit 8f27cd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/posts/2021-06-06-ddd-dictionary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Let’s start from the definition of Bounded Context from the Vaughn Vernon cour
7070
7171
From the definition (and also from the name itself :laughing: ) a bounded context is a specific limit boundary within a
7272
software model. Inside a bounded context everything is explicit about the model. The software model inside a bounded
73-
context is created using terms from a language developed but the team working on the it. This language is called
73+
context is created using terms from a language developed by the team working on the it. This language is called
7474
Ubiquitous language and its main features are:
7575

7676
* It should be rigorous and non ambiguous
@@ -102,7 +102,7 @@ Let’s start as always from the Vernon definition of what a subdomain is.
102102
> more Domain Experts who understand very well the aspects of the business that a specific Subdomain facilitates.
103103
> The Subdomain also has greater or lesser strategic significance to your business...
104104
105-
In DDD, a subdomain maps tot a single bounded context. The domain expert of a particular subdomain are an active part of
105+
In DDD, a subdomain maps to a single bounded context. The domain expert of a particular subdomain are an active part of
106106
the team in charge of the related bounded context. There are 3 types of subdomains:
107107

108108
* Core domain: the most important subdomain of your organization. This is what differentiate your company from the

0 commit comments

Comments
 (0)