Skip to content

Commit b7c8de5

Browse files
committed
Updated the content
1 parent 0441248 commit b7c8de5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blazor/accordion/getting-started-with-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Configure the appropriate interactive render mode and interactivity location whe
6363
For example, to create a Blazor Web App with the `Auto` interactive render mode, use the following commands.
6464

6565
{% tabs %}
66-
{% highlight c# tabtitle=".NET CLI" %}
66+
{% highlight c# tabtitle=".Blazor Web App" %}
6767

6868
dotnet new blazor -o BlazorWebApp -int Auto
6969
cd BlazorWebApp

blazor/rich-text-editor/import-export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ The following example demonstrates how to pass authentication tokens and custom
464464
{% endtabs %}
465465

466466
{% tabs %}
467-
{% highlight controller %}
467+
{% highlight cshtml %}
468468

469469
using System;
470470
using System.IO;

0 commit comments

Comments
 (0)