Skip to content

Commit 1da4192

Browse files
maartenbawcabus
andauthored
Update src/content/docs/bff/upgrading/bff-v3-to-v4.md
Co-authored-by: Wesley Cabus <[email protected]>
1 parent 281203a commit 1da4192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/bff/upgrading/bff-v3-to-v4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Loading configuration, including OpenID Connect configuration from `IConfigurati
111111
services.AddBff().LoadConfiguration(bffConfig);
112112
```
113113

114-
Using this, you can configure your openid connect options, including secrets and configure the list of frontends. This also adds a file watcher, to automatically add / remove frontends from the config file.
114+
This enables you to configure your OpenID Connect options, including secrets, and configure the list of frontends. This also adds a file watcher, to automatically add / remove frontends from the config file.
115115

116116
See the type `BffConfiguration` to see what settings can be configured.
117117

0 commit comments

Comments
 (0)