Skip to content

Commit 2069458

Browse files
committed
fix: tweak type comment
1 parent b1554cf commit 2069458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type ResolveResourceKeys<
2020
> = SchemaPaths | DefineMessagesPaths
2121

2222
/**
23-
* The translation function, which will be defined by {@link useTranslation}.
23+
* The translation function, which will be defined by translation
2424
*/
2525
export interface TranslationFunction<
2626
Schema extends Record<string, any> = {}, // eslint-disable-line @typescript-eslint/no-explicit-any -- NOTE(kazupon): generic type

0 commit comments

Comments
 (0)