Skip to content

Commit 57cc491

Browse files
Clarify path to Program.cs in documentation
1 parent 858ea8d commit 57cc491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/components/general-getting-started-blazor-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For more information on installing Ignite UI for Blazor using NuGet, read the [I
3535

3636
## Register Ignite UI for Blazor
3737

38-
1 - Open the shared **Program.cs** file and register the Ignite UI for Blazor Service by calling **builder.Services.AddIgniteUIBlazor** function:
38+
1 - Open the server's **Program.cs** file and register the Ignite UI for Blazor Service by calling **builder.Services.AddIgniteUIBlazor** function:
3939

4040
```razor
4141
var builder = WebApplication.CreateBuilder(args);

0 commit comments

Comments
 (0)