mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 21:00:16 +02:00
refactor: misspelled enum
This commit is contained in:
parent
7f0ab5fde3
commit
970b18b806
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ export enum ImageFit {
|
|||
}
|
||||
|
||||
export enum ReadingDirection {
|
||||
LeftToRight = 'ltl',
|
||||
LeftToRight = 'ltr',
|
||||
RightToLeft = 'rtl'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue