Skip to content

Commit 534d7f5

Browse files
authored
Fix typos in documentation (#718)
1 parent 599e514 commit 534d7f5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Radzen Blazor components come with five free themes: Material, Standard, Default
9393

9494
To use a theme
9595
1. Pick a theme. The [online demos](https://blazor.radzen.com/colors) allow you to preview the available options via the theme dropdown located in the header. The Material theme is currently selected by default.
96-
1. Include the theme CSS file in your Blazor application. Open `Pages\_Layout.cshtml` (Blazor Server .NET 6+), `Pages\_Host.cshtml` (Blazor Server before .NET 6) or `wwwroot/index.html` (Blazor WebAssembly) and include the CSS file of a theme CSS file by adding this snippet
96+
1. Include the theme CSS file in your Blazor application. Open `Pages\_Layout.cshtml` (Blazor Server .NET 6+), `Pages\_Host.cshtml` (Blazor Server before .NET 6) or `wwwroot/index.html` (Blazor WebAssembly) and include a theme CSS file by adding this snippet
9797
```html
9898
<link rel="stylesheet" href="_content/Radzen.Blazor/css/material-base.css">
9999
```

Radzen.Blazor/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Radzen Blazor components come with five free themes: Material, Standard, Default
5959

6060
To use a theme
6161
1. Pick a theme. The [online demos](https://blazor.radzen.com/colors) allow you to preview the available options via the theme dropdown located in the header. The Material theme is currently selected by default.
62-
1. Include the theme CSS file in your Blazor application. Open `Pages\_Layout.cshtml` (Blazor Server .NET 6+), `Pages\_Host.cshtml` (Blazor Server before .NET 6) or `wwwroot/index.html` (Blazor WebAssembly) and include the CSS file of a theme CSS file by adding this snippet
62+
1. Include the theme CSS file in your Blazor application. Open `Pages\_Layout.cshtml` (Blazor Server .NET 6+), `Pages\_Host.cshtml` (Blazor Server before .NET 6) or `wwwroot/index.html` (Blazor WebAssembly) and include a theme CSS file by adding this snippet
6363
```html
6464
<link rel="stylesheet" href="_content/Radzen.Blazor/css/material-base.css">
6565
```

Radzen.DocFX/guides/getting-started/installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Radzen Blazor components come with five free themes: Material, Standard, Default
2929

3030
To use a theme
3131
1. Pick a theme. The [online demos](https://blazor.radzen.com/colors) allow you to preview the available options via the theme dropdown located in the header. The Material theme is currently selected by default.
32-
1. Include the theme CSS file in your Blazor application. Open `Pages\_Layout.cshtml` (Blazor Server .NET 6+), `Pages\_Host.cshtml` (Blazor Server before .NET 6) or `wwwroot/index.html` (Blazor WebAssembly) and include the CSS file of a theme CSS file by adding this snippet
32+
1. Include the theme CSS file in your Blazor application. Open `Pages\_Layout.cshtml` (Blazor Server .NET 6+), `Pages\_Host.cshtml` (Blazor Server before .NET 6) or `wwwroot/index.html` (Blazor WebAssembly) and include the a theme CSS file by adding this snippet
3333
```html
3434
<link rel="stylesheet" href="_content/Radzen.Blazor/css/material-base.css">
3535
```
@@ -40,7 +40,7 @@ To include a different theme (i.e. Standard) just change the name of the CSS fil
4040
```
4141

4242
### Include the JS
43-
Open `Pages\_Layout.cshtml` (Blazor Server .NET 6+), `Pages\_Host.cshtml` (Blazor Server before .NET 6) or `wwwroot/index.html` (Blazor WebAssembly) and include a theme CSS file by adding this snippet:
43+
Open `Pages\_Layout.cshtml` (Blazor Server .NET 6+), `Pages\_Host.cshtml` (Blazor Server before .NET 6) or `wwwroot/index.html` (Blazor WebAssembly) and include this snippet:
4444
```
4545
<script src="_content/Radzen.Blazor/Radzen.Blazor.js"></script>
4646
```

0 commit comments

Comments
 (0)