Skip to content

Commit f092467

Browse files
authored
Update README.md
1 parent 3de33ac commit f092467

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public sealed class Category : BaseEntity
132132

133133
## Infraestructure
134134

135-
This layer is resposabile for data persistence and other services, usually will contain the code for the ORM and return domain entities.
135+
This layer is responsable for data persistence and other services, usually will contain the code for the ORM and return domain entities.
136136

137137
In this layer we also have the persistence entities that are used by the ORM.
138138

@@ -179,7 +179,7 @@ The project contains two test projects: unit tests and integration tests.
179179

180180
In our project, unit tests were performed in the domain layer, at the entity and domain service levels, using Moq to ensure there were no external dependencies (from repositories).
181181

182-
You may need configure appsettings.Tests.json to get it to work.
182+
You may need configure *appsettings.Tests.json* to get it to work.
183183

184184
### Entities
185185
![image](https://github.com/user-attachments/assets/0750163d-ceea-4ffa-8f0a-e45068f44737)

0 commit comments

Comments
 (0)