diff --git a/abstractions/01-software-system.md b/abstractions/01-software-system.md index 8a2d194..89b7b6d 100644 --- a/abstractions/01-software-system.md +++ b/abstractions/01-software-system.md @@ -9,7 +9,7 @@ permalink: /abstractions/software-system # Software system A software system is the highest level of abstraction and describes something that delivers value to its users, -whether they are human or not. This includes the software system you are modelling, and the other software systems +whether they are human or not. This includes the software system you are modeling, and the other software systems upon which your software system depends (or vice versa). Unfortunately the term "software system" is the hardest of the C4 model abstractions to define, and this isn't helped @@ -22,4 +22,4 @@ the boundary of a single team. It may also be the case that everything inside th deployed at the same time. Things that are not usually software systems in the C4 model include product domains, bounded contexts, -business capabilities, feature teams, tribes, or squads. \ No newline at end of file +business capabilities, feature teams, tribes, or squads.