Skip to content

Commit 3254309

Browse files
authored
Apply suggestion from @maartenba
1 parent 89f0222 commit 3254309

File tree

1 file changed

+3
-5
lines changed
  • src/content/docs/bff/fundamentals/multi-frontend

1 file changed

+3
-5
lines changed

src/content/docs/bff/fundamentals/multi-frontend/index.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,11 @@ and removed from the [`Path`](https://learn.microsoft.com/en-us/dotnet/api/micro
112112
that happens in the application is relative to the path of the frontend. This also includes the OpenID callback paths.
113113
:::
114114

115-
### Implicit frontend disabled
115+
### Implicit Frontend Disabled
116116

117-
When you don't add any frontends, then the BFF creates an 'implicit' default frontend. This allows the BFF to function correctly in 'single frontend' mode.
118-
As soon as you add a frontend, then this 'implicit' frontend is disabled.
117+
When you don't add any frontends, BFF creates an implicit default frontend. This allows BFF to function correctly in single frontend mode. As soon as you add a frontend, this implicit frontend is disabled.
119118

120-
This means that, if you want to use both explicitly matching frontends (on host headers or paths) and a default (fallback) frontend, that you should explicitly add
121-
this default frontend.
119+
If you want to use both explicitly matching frontends (on host headers or paths) and a default (fallback) frontend, you should explicitly add this default frontend.
122120

123121
## Adding A Frontend During Startup
124122

0 commit comments

Comments
 (0)