Skip to content

Commit 6f97224

Browse files
Tsvetomir-Hrdimodi
authored andcommitted
docs(DatePicker): kb polish
1 parent e4c1043 commit 6f97224

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

knowledge-base/datepicker-kb-change-starting-day-of-week.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ This KB article answers the following questions:
3030

3131
To set the start of the week to dfferent one in the Telerik DatePicker for Blazor, override the `FirstDayOfWeek` property of the current culture in your application. Follow the steps below to implement this solution:
3232

33-
1. Include the necessary namespaces for [globalization]({%slug globalization-formats%]) in your component.
34-
2. Add the Telerik DatePicker to your component.
33+
1. Include the necessary namespaces for [globalization]({%slug globalization-formats%}) in your component.
34+
2. Add the Telerik DatePicker component to your razor page.
3535
3. Override the `OnInitialized` method to change the current culture's `FirstDayOfWeek` to the desired one.
3636

3737
````CSHTML

0 commit comments

Comments
 (0)