Skip to content

Commit

Permalink
Fixed typo in extending.rst (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
flexatone authored Sep 19, 2023
1 parent 54d308e commit b29e6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extending.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Adding new type checkers
------------------------

The range of types supported by Typeguard can be extended by writing a
**type checker lookup funvtion** and one or more **type checker functions**. The former
**type checker lookup function** and one or more **type checker functions**. The former
will return one of the latter, or ``None`` if the given value does not match any of your
custom type checker functions.

Expand Down

0 comments on commit b29e6f4

Please sign in to comment.