Skip to content

Commit 0abbf92

Browse files
authored
Merge pull request qiangxue#10 from chartinmarrel/patch-1
Update README.md
2 parents ae26176 + f451946 commit 0abbf92

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
@@ -139,7 +139,7 @@ Implementing a new feature typically involves the following steps:
139139

140140
1. Develop the service that implements the business logic supporting the feature. Please refer to `internal/album/service.go` as an example.
141141
2. Develop the RESTful API exposing the service about the feature. Please refer to `internal/album/api.go` as an example.
142-
3. Develop the repository that persists the data entities needed by the service. Please refer to `internal/album/repsitory.go` as an example.
142+
3. Develop the repository that persists the data entities needed by the service. Please refer to `internal/album/repository.go` as an example.
143143
4. Wire up the above components together by injecting their dependencies in the main function. Please refer to
144144
the `album.RegisterHandlers()` call in `cmd/server/main.go`.
145145

0 commit comments

Comments
 (0)