Skip to content

Commit 54292f8

Browse files
authored
Update composer.ts (#131)
1 parent 37e0e22 commit 54292f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/composer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export interface Composer<
216216
): void
217217
mergeLocaleMessage(
218218
locale: Locale,
219-
uessage: LocaleMessageDictionary<Message>
219+
message: LocaleMessageDictionary<Message>
220220
): void
221221
getDateTimeFormat(locale: Locale): DateTimeFormat
222222
setDateTimeFormat(locale: Locale, format: DateTimeFormat): void

0 commit comments

Comments
 (0)