Skip to content

Commit

Permalink
docs(anime.md): fix typo (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneAslanov authored Dec 2, 2023
1 parent 16e0493 commit 9965c35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guides/anime.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ const animeProvider = ANIME.<providerName>();

``languages`` - string, the language of the current provider, return language code, example: ``languages: 'en'``

``isNSFW`` - bool, ``true`` if the provider providers NSFW content.
``isNSFW`` - bool, ``true`` if the provider provides NSFW content.

``isWorking`` - bool, a bool to identify the state of the current provider, ``true`` if the provider is working, ``false`` otherwise.
``isWorking`` - bool, a bool to identify the state of the current provider, ``true`` if the provider is working, ``false`` otherwise.

``isDubAvailableSeparately`` - bool, ``true`` if the provider providers dubbed content.
``isDubAvailableSeparately`` - bool, ``true`` if the provider provides dubbed content.

``name`` - string, the name of the current provider, example: ``name: 'Crunchyroll'``

Expand Down

0 comments on commit 9965c35

Please sign in to comment.