Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
alecarn committed Nov 11, 2024
1 parent 67d4ab9 commit 7a02b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/language/src/shared/language.provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const TIMEOUT_DURATION = 5000;
* Make sure you only call this method in the root module of your application, most of the time called AppModule.
*/
export function provideTranslation(
defaultLanguage?: 'fr' | 'en',
defaultLanguage?: string | undefined,
loader?: Provider
): EnvironmentProviders {
return makeEnvironmentProviders([
Expand Down

0 comments on commit 7a02b39

Please sign in to comment.