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:
authorDaniel Roth <daroth@microsoft.com>2020-11-12 22:24:09 +0300
committerGitHub <noreply@github.com>2020-11-12 22:24:09 +0300
commit29c322994566c997294cb792b7bd130929980761 (patch)
tree6132de5639b1debca917291998f8cddb1ca4f068 /src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp
parent1a241fcfc2f8bc777183cba230b22e442b98b581 (diff)
Update Component1 in the Razor Class Library template to say "library" instead of "package". (#25601)
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 00fd7fa0b7..0ee280b064 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> package.
+ This Blazor component is defined in the <strong>Company.RazorClassLibrary1</strong> library.
</div>