Skip to content

Commit d3bac7c

Browse files
jrupeshamtrack
andauthored
Update src/plugins/auth-providers/index.ts
Co-authored-by: Matthias Rolke <mr.amtrack@gmail.com>
1 parent 98607fe commit d3bac7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugins/auth-providers/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class AuthProviders extends BrowserforcePlugin {
5555
if (missingProviders.length > 0) {
5656
throw new Error(
5757
`AuthProvider with DeveloperName(s) not found: ${missingProviders.join(', ')}. ` +
58-
`Please verify the DeveloperNames are correct and the AuthProviders exist in your org.`,
58+
`Please verify the DeveloperNames are correct and the AuthProviders exist in your org.`,
5959
);
6060
}
6161

0 commit comments

Comments
 (0)