Fix some typos

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-09-27 23:35:59 +02:00
parent e6bed8c471
commit 4635c4daa2
3 changed files with 8 additions and 3 deletions

View File

@ -21,7 +21,7 @@ interface FollowAccountParams {
notify?: boolean;
/**
* Array of String (ISO 639-1 language two-letter code). Filter received statuses for these languages. If not provided, you will receive this accounts posts in all languages.
* Requires `features.followAccountLangugaes`.
* Requires `features.followAccountLanguages`.
*/
languages?: string[];
}