Skip to content

Commit

Permalink
Fix more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
hypergonial authored Dec 24, 2023
1 parent 7de9dd0 commit 21da233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alluka/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ def inject(*, type: typing.Any = None) -> typing.Any: # noqa: A002
def inject(
*, callback: typing.Optional[alluka.CallbackSig[_T]] = None, type: typing.Any = None # noqa: A002
) -> typing.Any:
"""Decare a keyword-argument as requiring an injected dependency.
"""Declare a keyword-argument as requiring an injected dependency.
This may be assigned to an arugment's default value to declare injection
This may be assigned to an argument's default value to declare injection
or as a part of its Annotated metadata.
!!! note
Expand Down

0 comments on commit 21da233

Please sign in to comment.