Skip to content

Commit

Permalink
Fix typo in state-and-deps.md (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemyfmv committed Jun 17, 2024
1 parent e9e49d6 commit b83c927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/state-and-deps.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Using context directly is nice, but this way you won't get code-completion.

That's why we suggest you try TaskiqDependencies. The implementation is very similar to FastApi's dependencies. You can use classes, functions, and generators as dependencies.

We use the [taskiq-dependencies](https://pypi.org/project/taskiq-dependencies/) package to provide autocompetion.
We use the [taskiq-dependencies](https://pypi.org/project/taskiq-dependencies/) package to provide autocompletion.
You can easily integrate it in your own project.

### How dependencies are useful
Expand Down

0 comments on commit b83c927

Please sign in to comment.