Skip to content

Commit 66877ae

Browse files
authored
Fix typo in guidelines-backend.en-us.md (#22690)
1 parent 706f468 commit 66877ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/developers/guidelines-backend.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To maintain understandable code and avoid circular dependencies it is important
5454

5555
### Package Dependencies
5656

57-
Since Golang don't support import cycles, we have to decide the package dependencies carefully. There are some levels between those packages. Below is the ideal package dependencies direction.
57+
Since Golang doesn't support import cycles, we have to decide the package dependencies carefully. There are some levels between those packages. Below is the ideal package dependencies direction.
5858

5959
`cmd` -> `routers` -> `services` -> `models` -> `modules`
6060

0 commit comments

Comments
 (0)