mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
docs: fixed multiple typos, updated latest en.json strings (#371) [skip ci]
This commit is contained in:
@@ -3,7 +3,7 @@ export type Nullable<T> = T | null;
|
||||
export type Maybe<T> = T | null | undefined;
|
||||
|
||||
/**
|
||||
* Helps type objects with an abitrary number of properties that are
|
||||
* Helps type objects with an arbitrary number of properties that are
|
||||
* usually being defined at export.
|
||||
*
|
||||
* @param component Main object you want to apply properties to
|
||||
|
||||
Reference in New Issue
Block a user