Skip to content

Commit e09721b

Browse files
committed
Warning message typo
1 parent 0fdcd13 commit e09721b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ export class Auth0Client {
756756

757757
// Standard intro message explaining the issue
758758
let errorMessage =
759-
"WARNING: Not all required options where provided when creating an instance of Auth0Client. Ensure to provide all missing options, either by passing it to the Auth0Client constructor, or by setting the corresponding environment variable.\n";
759+
"WARNING: Not all required options were provided when creating an instance of Auth0Client. Ensure to provide all missing options, either by passing it to the Auth0Client constructor, or by setting the corresponding environment variable.\n";
760760

761761
// Add specific details for each missing option
762762
missing.forEach((key) => {

0 commit comments

Comments
 (0)