Skip to content

Commit bfa56ce

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

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,11 @@ var frontend = new BffFrontend(BffFrontendName.Parse("frontend1"))
161161

162162
See the topic on [Token Management](/bff/fundamentals/tokens.md) for more information about the various token management options.
163163

164-
## Handling SPA static assets
164+
## Handling SPA Static Assets
165165

166-
The BFF can be configured to handle the static file assets that are typically used when developing SPA based apps.
166+
BFF can be configured to handle the static file assets that are typically used when developing Single-Page Application (SPA)-based app.
167167

168-
### Proxying the Index.HTML only
168+
### Proxying Only `index.html`
169169

170170
When deploying a multi-frontend BFF, it makes most sense to have the frontend's configured with an `index.html` file that is retrieved from a Content Delivery Network (CDN).
171171

0 commit comments

Comments
 (0)