We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858ea8d commit 57cc491Copy full SHA for 57cc491
doc/en/components/general-getting-started-blazor-web-app.md
@@ -35,7 +35,7 @@ For more information on installing Ignite UI for Blazor using NuGet, read the [I
35
36
## Register Ignite UI for Blazor
37
38
-1 - Open the shared **Program.cs** file and register the Ignite UI for Blazor Service by calling **builder.Services.AddIgniteUIBlazor** function:
+1 - Open the server's **Program.cs** file and register the Ignite UI for Blazor Service by calling **builder.Services.AddIgniteUIBlazor** function:
39
40
```razor
41
var builder = WebApplication.CreateBuilder(args);
0 commit comments