Skip to content

Commit 755ca63

Browse files
committed
Update API signature.
1 parent 239af2f commit 755ca63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/reviews/api/localization-plugin.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export interface ILocalizationStatsEntrypoint {
7575
export interface ILocalizedData {
7676
defaultLocale: IDefaultLocaleOptions;
7777
passthroughLocale?: IPassthroughLocaleOptions;
78-
pseudoLocales?: IPseudolocalesOptions;
78+
pseudolocales?: IPseudolocalesOptions;
7979
translatedStrings: ILocalizedStrings;
8080
}
8181

0 commit comments

Comments
 (0)