Skip to content

Commit 0d81e5c

Browse files
chore(common): fix typo
1 parent d91ffe1 commit 0d81e5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common-features/input-validation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Simple textbox-like inputs do not have any special behavior. You need to bind th
5757
<ValidationMessage For="@(() => person.Birthday)"></ValidationMessage>
5858
</p>
5959
<p class="favorite-day">
60-
Birthday: <TelerikDatePicker bind-Value="@person.FavoriteDay" Format="dd MMMM yyyy"></TelerikDatePicker>
60+
Favorite date: <TelerikDatePicker bind-Value="@person.FavoriteDay" Format="dd MMMM yyyy"></TelerikDatePicker>
6161
<ValidationMessage For="@(() => person.FavoriteDay)"></ValidationMessage>
6262
</p>
6363
<p class="accepts-terms">
@@ -167,4 +167,4 @@ The DropDownList always has an item selected - the first item from its data sour
167167
## See Also
168168

169169
* [Data Annotation attributes](https://docs.microsoft.com/en-us/aspnet/core/mvc/models/validation)
170-
* [Live Demos](https://demos.telerik.com/blazor)
170+
* [Live Demos](https://demos.telerik.com/blazor)

0 commit comments

Comments
 (0)