From 4635c4daa2fcd339f752e12a702a5944791356bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Fri, 27 Sep 2024 23:35:59 +0200 Subject: [PATCH] Fix some typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- packages/pl-api/lib/features.ts | 7 ++++++- packages/pl-api/lib/params/accounts.ts | 2 +- packages/pl-fe/src/styles/components/video-player.scss | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/packages/pl-api/lib/features.ts b/packages/pl-api/lib/features.ts index b29627c7f..a2ce7e7df 100644 --- a/packages/pl-api/lib/features.ts +++ b/packages/pl-api/lib/features.ts @@ -26,7 +26,7 @@ const FIREFISH = 'Firefish'; const FRIENDICA = 'Friendica'; /** - * GoToSocial, an ActivityPub server writter in Golang. + * GoToSocial, an ActivityPub server written in Golang. * @see {@link https://gotosocial.org/} */ const GOTOSOCIAL = 'GoToSocial'; @@ -518,6 +518,11 @@ const getFeatures = (instance: Instance) => { v.software === MASTODON, ]), + /** + * TODO + */ + // followAccountLanguages: any([]), + /** * Ability to follow hashtags. * @see POST /api/v1/tags/:name/follow diff --git a/packages/pl-api/lib/params/accounts.ts b/packages/pl-api/lib/params/accounts.ts index 2caba3203..6c22ed3ea 100644 --- a/packages/pl-api/lib/params/accounts.ts +++ b/packages/pl-api/lib/params/accounts.ts @@ -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 account’s posts in all languages. - * Requires `features.followAccountLangugaes`. + * Requires `features.followAccountLanguages`. */ languages?: string[]; } diff --git a/packages/pl-fe/src/styles/components/video-player.scss b/packages/pl-fe/src/styles/components/video-player.scss index e0928282a..0f8611aa9 100644 --- a/packages/pl-fe/src/styles/components/video-player.scss +++ b/packages/pl-fe/src/styles/components/video-player.scss @@ -1,6 +1,6 @@ .detailed, .fullscreen { - .video-player__volume__currnt, + .video-player__volume__current, .video-player__volume::before { bottom: 27px; }