Skip to content

Commit

Permalink
Fix typo: tyoe=>type
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Apr 5, 2024
1 parent f2d7b93 commit 0e1d2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/languages/support/translate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const createJhiTransformTranslateStringifyReplacer = getWebappTranslation
});

export type JHITranslateConverterOptions = {
/** Translation tyoe */
/** Translation type */
type: string;
/** Translation key */
key: string;
Expand Down

0 comments on commit 0e1d2a1

Please sign in to comment.