We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7ced8 commit 281203aCopy full SHA for 281203a
src/content/docs/bff/upgrading/bff-v3-to-v4.md
@@ -105,7 +105,7 @@ You can statically add a list of frontends by calling the `AddFrontends` method.
105
106
#### Loading Configuration From `IConfiguration`
107
108
-Loading configuration, including openid connect configuration from an `IConfiguration` is now supported:
+Loading configuration, including OpenID Connect configuration from `IConfiguration` is now supported:
109
110
```csharp
111
services.AddBff().LoadConfiguration(bffConfig);
0 commit comments