Skip to content

Commit af47101

Browse files
committed
"export interface TenantConfig"
1 parent 94f84bf commit af47101

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/auth/src/model/public_types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@ export interface Dependencies {
12611261
*/
12621262
errorMap?: AuthErrorMap;
12631263
/**
1264-
* The {@link TenantConfig} to use. This field is optional and required
1264+
* The {@link TenantConfig} to use. This field is optional and required
12651265
* if Regional Auth Instance needs to be configured. The Auth instance depends
12661266
* on the {@link DefaultConfig.REGIONAL_API_HOST} endpoint.
12671267
*/
@@ -1275,7 +1275,7 @@ export interface Dependencies {
12751275
*/
12761276
export interface TenantConfig {
12771277
/**
1278-
* Which location to use.
1278+
* Which location to use.
12791279
*/
12801280
location?: string;
12811281
/**

0 commit comments

Comments
 (0)