We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f84bf commit af47101Copy full SHA for af47101
packages/auth/src/model/public_types.ts
@@ -1261,7 +1261,7 @@ export interface Dependencies {
1261
*/
1262
errorMap?: AuthErrorMap;
1263
/**
1264
- * The {@link TenantConfig} to use. This field is optional and required
+ * The {@link TenantConfig} to use. This field is optional and required
1265
* if Regional Auth Instance needs to be configured. The Auth instance depends
1266
* on the {@link DefaultConfig.REGIONAL_API_HOST} endpoint.
1267
@@ -1275,7 +1275,7 @@ export interface Dependencies {
1275
1276
export interface TenantConfig {
1277
1278
- * Which location to use.
+ * Which location to use.
1279
1280
location?: string;
1281
0 commit comments