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:
authorAdrian Wright <47532258+adrianwright109@users.noreply.github.com>2021-04-07 17:12:02 +0300
committerGitHub <noreply@github.com>2021-04-07 17:12:02 +0300
commit9fe56f1d84c4d337dbb63c362c0209ec07d5cf6d (patch)
treec2cd20fd5a1934d3a6542019ec1bafde15948e44 /src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp
parent1114081f256cb0d724118a1bf39e390ebba19dda (diff)
Rename 'Blazor component' to 'component' to be more generic (#31590)
Co-authored-by: Adrian Wright <adrian@compiledcoding.co.uk>
Diffstat (limited to 'src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp')
-rw-r--r--src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/Component1.razor2
1 files changed, 1 insertions, 1 deletions
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>