Skip to content

Commit 150dce1

Browse files
Update articles/active-directory/develop/msal-js-initializing-client-applications.md
Co-authored-by: Chris Werner <[email protected]>
1 parent fff6031 commit 150dce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/msal-js-initializing-client-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ msalInstance
108108

109109
Invoke [handleRedirectPromise][msal-js-handleredirectpromise] when the application uses redirect flows. When using redirect flows, `handleRedirectPromise` should be run on every page load.
110110

111-
Three outcomes possible are possible from the promise:
111+
Three outcomes are possible from the promise:
112112

113113
- `.then` is invoked and `tokenResponse` is truthy: The application is returning from a redirect operation that was successful.
114114
- `.then` is invoked and `tokenResponse` is falsy (`null`): The application isn't returning from a redirect operation.

0 commit comments

Comments
 (0)