Skip to content

Commit e22e977

Browse files
Update src/content/docs/identitymodel-oidcclient/automatic.md
Co-authored-by: Maarten Balliauw <maarten.balliauw@duendesoftware.com>
1 parent a4d408d commit e22e977

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/identitymodel-oidcclient/automatic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ host application. For example, a Windows-specific implementation will not work w
8282
For a simple example, the following code shows how to use the
8383
[SystemBrowser](https://github.com/DuendeSoftware/foss/blob/main/identity-model-oidc-client/clients/ConsoleClientWithBrowser/SystemBrowser.cs)
8484
to invoke a browser on the host desktop platform. The `SystemBrowser` is a naive implementation that uses the
85-
[System.Diagnostics.Process](https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.process) class to invoke the browser.
85+
[System.Diagnostics.Process](https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.process) class to start the system default browser.
8686

8787
```cs
8888
var options = new OidcClientOptions

0 commit comments

Comments
 (0)