Skip to content

Commit 9e66a01

Browse files
authored
Merge pull request #37 from wyhasany/wyhasany-patch-2
Fix typo
2 parents 0518590 + 53ede3e commit 9e66a01

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
@@ -235,7 +235,7 @@ they are not supposed to perform. A solution to this problem could be the distin
235235
and integration events, which will be described here soon.
236236
237237
### Events in Repositories
238-
Repositories are one of the most popoluar design pattern. They abstract our domain model from data layer.
238+
Repositories are one of the most popular design pattern. They abstract our domain model from data layer.
239239
In other words, they deal with state. That said, a common use-case is when we pass a new state to our repository,
240240
so that it gets persisted. It may look like so:
241241
@@ -703,7 +703,7 @@ a look:
703703
}
704704
}
705705
```
706-
- As you could se above, we also try not to use component scan wherever possible. Instead we utilize
706+
- As you could see above, we also try not to use component scan wherever possible. Instead we utilize
707707
`@Configuration` classes where we define module specific beans in the infrastracture layer. Those
708708
configuration classes are explicitly declared in the main application class.
709709

0 commit comments

Comments
 (0)