Skip to content

Commit 0ba816c

Browse files
Update astro/src/content/docs/bff/fundamentals/blazor/data-access.mdx
Co-authored-by: Maarten Balliauw <maarten.balliauw@duendesoftware.com>
1 parent ac79c1b commit 0ba816c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For server-side rendering, components access data directly (database, services).
3131

3232
An Embedded API is hosted within the BFF itself. It lives within the server's security boundary, so no token needs to be passed to the browser.
3333

34-
### Defining the abstraction
34+
### Defining the Abstraction
3535

3636
Use an interface to abstract between server and client implementations:
3737

0 commit comments

Comments
 (0)