Skip to content

Commit 433c4dd

Browse files
authored
Merge pull request #5167 from jakedee/patch-1
Update initialize-confidential-client-application.md
2 parents 75e3189 + 6381a83 commit 433c4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msal-node/docs/initialize-confidential-client-application.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const pca = new msal.ConfidentialClientApplication(clientConfig);
3636

3737
[Configuration](https://azuread.github.io/microsoft-authentication-library-for-js/ref/modules/_azure_msal_node.html#configuration) options for node have `common` parameters and `specific` paremeters per authentication flow.
3838

39-
- `clientId` is mandatory to initializae a public client application
39+
- `clientId` is mandatory to initialize a public client application
4040
- `authority` defaults to `https://login.microsoftonline.com/common/` if the user does not set it during configuration
4141
- A Client credential is mandatory for confidential clients. Client credential can be a:
4242
- `clientSecret` is secret string generated set on the app registration.

0 commit comments

Comments
 (0)