Skip to content

Commit

Permalink
Update src/definitions/metadata.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Shinigami <[email protected]>
  • Loading branch information
matthewmayer and Shinigami92 authored Apr 9, 2023
1 parent 2d599a0 commit 9894480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export type PreBuiltMetadataDefinitions = {
/**
* The direction of the language, either 'ltr' (left to right) or 'rtl' (right to left).
*/
dir: string;
dir: 'ltr' | 'rtl';
/**
* The ISO 15924 code of the script.
*
Expand Down

0 comments on commit 9894480

Please sign in to comment.