Skip to content

Commit 41a3d0d

Browse files
committed
chore(common) fix broken nested ol's
1 parent 109e761 commit 41a3d0d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

getting-started/client-blazor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ This article explains how to get the <a href = "https://www.telerik.com/blazor-u
4343

4444
2. Install the Telerik Blazor NuGet package:
4545

46-
1. Select the `telerik.com` **Package source** that you [added earlier](#step-2-add-the-telerik-nuget-feed-to-visual-studio). As this is a private NuGet feed, you must authenticate with your [Telerik account](https://www.telerik.com/account/) user name and password.
47-
1. Select the **Browse** tab, find the NuGet package, and click **Install**. Commercial license holders should install `Telerik.UI.for.Blazor`. Trial users should install `Telerik.UI.for.Blazor.Trial`.
46+
1. Select the `telerik.com` **Package source** that you [added earlier](#step-2-add-the-telerik-nuget-feed-to-visual-studio). As this is a private NuGet feed, you must authenticate with your [Telerik account](https://www.telerik.com/account/) user name and password.
47+
1. Select the **Browse** tab, find the NuGet package, and click **Install**. Commercial license holders should install `Telerik.UI.for.Blazor`. Trial users should install `Telerik.UI.for.Blazor.Trial`.
4848

4949
![Add Telerik Blazor Package to Client Project](images/add-telerik-nuget-to-client-app.png)
5050

getting-started/repl/intergration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ If no selection is made, the whole file will be shared to Telerik REPL for Blazo
5858

5959
1. Access the command through the Context Menu:
6060

61-
1. Select a section that you want to share.
62-
1. Right-click the selection to open the context menu.
63-
1. Click the **Share to Telerik REPL for Blazor** option.
61+
1. Select a section that you want to share.
62+
1. Right-click the selection to open the context menu.
63+
1. Click the **Share to Telerik REPL for Blazor** option.
6464

6565
![VS - Share to Telerik REPL for Blazor](../images/vs-extension-share-to-repl.png)
6666

getting-started/server-blazor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ This article explains how to get the Telerik UI for Blazor components in your .N
3838

3939
2. Install the Telerik Blazor NuGet package:
4040

41-
1. Select the `telerik.com` **Package source** that you [added earlier](#step-2-add-the-telerik-nuget-feed-to-visual-studio). As this is a private NuGet feed, you must authenticate with your [Telerik account](https://www.telerik.com/account/) user name and password.
42-
1. Select the **Browse** tab, find the NuGet package, and click **Install**. Commercial license holders should install `Telerik.UI.for.Blazor`. Trial users should install `Telerik.UI.for.Blazor.Trial`.
41+
1. Select the `telerik.com` **Package source** that you [added earlier](#step-2-add-the-telerik-nuget-feed-to-visual-studio). As this is a private NuGet feed, you must authenticate with your [Telerik account](https://www.telerik.com/account/) user name and password.
42+
1. Select the **Browse** tab, find the NuGet package, and click **Install**. Commercial license holders should install `Telerik.UI.for.Blazor`. Trial users should install `Telerik.UI.for.Blazor.Trial`.
4343

4444
![Add Telerik Blazor Package to the project](images/add-telerik-nuget-to-server-app.png)
4545

getting-started/web-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ This article explains how to use the Telerik UI for Blazor components in a <a hr
4343

4444
1. Install the Telerik Blazor NuGet package:
4545

46-
1. Select the `telerik.com` **Package source** that you [added earlier](#step-2-add-the-telerik-nuget-feed-to-visual-studio). As this is a private NuGet feed, you must authenticate with your [Telerik account](https://www.telerik.com/account/) username and password.
47-
1. Select the **Browse** tab, find the NuGet package, and click **Install**. Commercial license holders must install `Telerik.UI.for.Blazor`. Trial users must install `Telerik.UI.for.Blazor.Trial`.
46+
1. Select the `telerik.com` **Package source** that you [added earlier](#step-2-add-the-telerik-nuget-feed-to-visual-studio). As this is a private NuGet feed, you must authenticate with your [Telerik account](https://www.telerik.com/account/) username and password.
47+
1. Select the **Browse** tab, find the NuGet package, and click **Install**. Commercial license holders must install `Telerik.UI.for.Blazor`. Trial users must install `Telerik.UI.for.Blazor.Trial`.
4848

4949
## Step 4: Enable the Blazor UI Components
5050

0 commit comments

Comments
 (0)