Skip to content

Commit c31520a

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

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
@@ -45,7 +45,7 @@ public interface IDataAccessor
4545
public record Data(string Value);
4646
```
4747

48-
### Server implementation
48+
### Server Implementation
4949

5050
```csharp
5151
// Server/ServerDataAccessor.cs

0 commit comments

Comments
 (0)