Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Components/WebView/Samples/WebviewAppShared/SharedComponent.razor2
-rw-r--r--src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/Component1.razor2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Components/WebView/Samples/WebviewAppShared/SharedComponent.razor b/src/Components/WebView/Samples/WebviewAppShared/SharedComponent.razor
index 0d9cbc425c..4041aa40a4 100644
--- a/src/Components/WebView/Samples/WebviewAppShared/SharedComponent.razor
+++ b/src/Components/WebView/Samples/WebviewAppShared/SharedComponent.razor
@@ -1,3 +1,3 @@
<div class="my-component">
- This Blazor component is defined in the <strong>WebviewAppShared</strong> package.
+ This component is defined in the <strong>WebviewAppShared</strong> package.
</div>
diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/Component1.razor b/src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/Component1.razor
index 0ee280b064..fe520e3c03 100644
--- a/src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/Component1.razor
+++ b/src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/Component1.razor
@@ -1,3 +1,3 @@
<div class="my-component">
- This Blazor component is defined in the <strong>Company.RazorClassLibrary1</strong> library.
+ This component is defined in the <strong>Company.RazorClassLibrary1</strong> library.
</div>