Skip to content

Commit 33ee64c

Browse files
committed
docs: clarify separation of expressions
1 parent 6b6a946 commit 33ee64c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Conventions:
7070

7171
## Decisions
7272

73-
- **Strong focus on integration tests.** This has been taken due to the reason that project is a simple CRUD application, with almost no domain logic to be tested. The sparse control logic is tested alongside the main use cases. What remains is the backend->persistence and frontend->backend integration.
73+
- **Strong focus on integration tests.** This has been taken due to the reason that project is a simple CRUD application, with almost no domain logic to be tested. The sparse control logic is tested alongside the main use cases. What remains is the `backend->persistence` and `frontend->backend` integration.
7474

7575
### Naming
7676

0 commit comments

Comments
 (0)