Skip to content

Commit

Permalink
Rename 'Blazor component' to 'component' to be more generic (#31590)
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian Wright <[email protected]>
  • Loading branch information
adrianwright109 and Adrian Wright authored Apr 7, 2021
1 parent 1114081 commit 9fe56f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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>
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 9fe56f1

Please sign in to comment.