Skip to content

Commit cc040d2

Browse files
Apply suggestions from code review
Co-authored-by: Maarten Balliauw <maarten@balliauw.be>
1 parent eab1c13 commit cc040d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

astro/src/content/docs/bff/fundamentals/blazor/data-access.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ app.MapGet("/some_data", async (IDataAccessor dataAccessor) => await dataAccesso
7272
.AsBffApiEndpoint();
7373
```
7474

75-
### Client (WASM) implementation
75+
### Client (WASM) Implementation
7676

7777
On the client, use an `HttpClient` that routes through the BFF host:
7878

@@ -104,7 +104,7 @@ When using `AddLocalApiHttpClient<T>()`, the `HttpClient` is pre-configured to i
104104

105105
If your BFF needs to proxy requests to a remote API (one that requires a bearer token), configure a remote endpoint on the server and access it from the client via the BFF proxy.
106106

107-
### Server-side proxy setup
107+
### Server-side Proxy Setup
108108

109109
```csharp
110110
// Server/Program.cs

0 commit comments

Comments
 (0)