Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maldoinc committed Dec 28, 2023
1 parent 7934277 commit 99d8b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class PostRepository:
@container.autowire
# Decorate all targets where the library must perform injection, such as views in an Api.
# Services are automatically injected based on annotated type.
# Optional for views when using flask integrations.
# Optional for views when using flask integration.
def get_posts(post_repository: PostRepository):
return post_repository.find_all()
```
Expand Down

0 comments on commit 99d8b58

Please sign in to comment.