Skip to content

Commit

Permalink
Merge pull request #176 from evgene-sh/patch-1
Browse files Browse the repository at this point in the history
typo "ar" in README
  • Loading branch information
Tishka17 authored Jul 4, 2024
2 parents c4814ed + 57790f3 commit 50841df
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 @@ -44,7 +44,7 @@ from dishka import Provider
provider = Provider()
```

3. Register functions which provide dependencies. Do not forget to place correct typehints for parameters and result. We use `scope=Scope.APP` for dependencies which ar created only once in application lifetime, and `scope=Scope.REQUEST` for those which should be recreated for each processing request/event/etc.
3. Register functions which provide dependencies. Do not forget to place correct typehints for parameters and result. We use `scope=Scope.APP` for dependencies which are created only once in application lifetime, and `scope=Scope.REQUEST` for those which should be recreated for each processing request/event/etc.

```python
from dishka import Provider, Scope
Expand Down

0 comments on commit 50841df

Please sign in to comment.