docs(transformers): fix typo (#17263)

This commit is contained in:
Kevin Zehnder 2022-05-16 14:04:30 -07:00 committed by GitHub
parent 053a80c606
commit 6cb7187324
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ The [`pipeline`] makes it simple to use any model from the [Model Hub](https://h
<Tip>
Take a look at the [`pipeline`] documentation for a complete list of supported taska.
Take a look at the [`pipeline`] documentation for a complete list of supported tasks.
</Tip>