diff --git a/src/Components/WebView/Samples/WebviewAppShared/SharedComponent.razor b/src/Components/WebView/Samples/WebviewAppShared/SharedComponent.razor
index 0d9cbc425c97..4041aa40a4d5 100644
--- a/src/Components/WebView/Samples/WebviewAppShared/SharedComponent.razor
+++ b/src/Components/WebView/Samples/WebviewAppShared/SharedComponent.razor
@@ -1,3 +1,3 @@
- This Blazor component is defined in the WebviewAppShared package.
+ This component is defined in the WebviewAppShared package.
diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/Component1.razor b/src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/Component1.razor
index 0ee280b0644b..fe520e3c0310 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 @@
- This Blazor component is defined in the Company.RazorClassLibrary1 library.
+ This component is defined in the Company.RazorClassLibrary1 library.