Skip to content

Commit e0a5f19

Browse files
author
Fabian Baumeister
committed
Change domain to dataccess in image
- Changed the domain name in the image of the layered architecture - Fixed a small type acess -> access Refs: #37
1 parent 564f2ce commit e0a5f19

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

modules/ROOT/images/t-architecture_layered_architecture.drawio.svg

Lines changed: 1 addition & 1 deletion
Loading

modules/ROOT/pages/architecture/layered_architecture.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ _A1 UseCases_ in the logic layer might depend on the interfaces from the domain
6464
* A layer can [.underline]#never# depend on a layer above.
6565
The dataaccess layer should never depend on the logic layer.
6666
* Layers should not be skipped.
67-
The service layer should not depend on the dataacess layer directly.
67+
The service layer should not depend on the dataaccess layer directly.
6868

6969
===== Dependencies between components
7070

0 commit comments

Comments
 (0)