Fix some typos

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-01-10 13:46:42 +01:00
parent 7304f28acc
commit b2faa1406b
25 changed files with 112 additions and 112 deletions

View File

@ -46,7 +46,7 @@ interface ClonedNotification {
title: string;
}
/** Status entitiy from the API (kind of). */
/** Status entity from the API (kind of). */
// HACK
interface APIStatus extends Omit<StatusEntity, 'media_attachments'> {
media_attachments: { preview_url: string }[];