Skip to content

Commit bf44601

Browse files
authored
Fix typo
1 parent 0518590 commit bf44601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)