Skip to content

Commit b83c927

Browse files
author
Artemy Efimov
authored
Fix typo in state-and-deps.md (#326)
1 parent e9e49d6 commit b83c927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/state-and-deps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Using context directly is nice, but this way you won't get code-completion.
5050

5151
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.
5252

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

5656
### How dependencies are useful

0 commit comments

Comments
 (0)