Skip to content

Commit 3d3d1fd

Browse files
committed
Fix wrong file path
1 parent 3532f23 commit 3d3d1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/server-blazor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Now your Blazor Server project can use the Telerik UI for Blazor components.
103103

104104
The final step in this tutorial is to use a Telerik UI for Blazor component in a view and run it in the browser.
105105

106-
1. In the `~/Components/Pages/Index.razor` view, add a `TelerikButton` component.
106+
1. In the `~/Pages/Index.razor` view, add a `TelerikButton` component.
107107

108108
@[template](/_contentTemplates/common/get-started.md#add-component-sample)
109109

0 commit comments

Comments
 (0)