Skip to content

Commit 3668629

Browse files
VelinovAngelnikolay-nenkov
authored andcommitted
Fix: Some wrong codeblocks
1 parent fff6ab4 commit 3668629

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

getting-started/vs-integration/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The **General Options** window includes the following configurations:
3838

3939
This setting allows you to select the folder for downloading the Telerik UI for Blazor package. The default path is:
4040

41-
````C#
41+
````C#.skip-repl
4242
C:\Users\[username]\AppData\Roaming\Telerik\Updates
4343
````
4444

getting-started/web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ To enable the Telerik UI for Blazor components, you must add several client-side
6868

6969
Add the `@using` directives below in the `~/_Imports.razor` file in all projects in which you [installed the Telerik NuGet package in **Step 3**](#step-3-install-the-telerik-ui-for-blazor-components). This configures the project to recognize the Telerik components in all files. You can register one or both icon namespaces, depending on the [icon type you use]({%slug common-features-icons%}).
7070

71-
````RAZOR _Imports.razor
71+
````RAZOR.skip-repl _Imports.razor
7272
@using Telerik.Blazor
7373
@using Telerik.Blazor.Components
7474
@using Telerik.SvgIcons

0 commit comments

Comments
 (0)