Skip to content

Commit 8eea50b

Browse files
Kamilnajatnorling
andauthored
Update configuration.md (#7563)
typo fix Co-authored-by: Thomas Norling <[email protected]>
1 parent 22faa2d commit 8eea50b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msal-angular/docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export class AppModule {}
165165

166166
## platformBrowserDynamic
167167

168-
If you need to dynamically configure MSAL Angular (e.g. based on values returned from an API), you can use `platformBrowserDynamic`. `platformBrowserDyamic` is a platform factory, used to bootstrap the application, and is able to take in configuration options. `platformBrowserDynamic` should already be present when the Angular application is set up.
168+
If you need to dynamically configure MSAL Angular (e.g. based on values returned from an API), you can use `platformBrowserDynamic`. `platformBrowserDynamic` is a platform factory, used to bootstrap the application, and is able to take in configuration options. `platformBrowserDynamic` should already be present when the Angular application is set up.
169169

170170
The following is an example of how to dynamically configure `@azure/msal-angular` with `platformBrowserDynamic` and a json file:
171171

0 commit comments

Comments
 (0)