Skip to content

Commit 40ca1eb

Browse files
Update comment
1 parent e288853 commit 40ca1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/ExampleJsInterop.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace Company.RazorClassLibrary1
66
{
77
// This class provides an example of how JavaScript functionality can be wrapped
88
// in a .NET class for easy consumption. The associated JavaScript module is
9-
// loaded on demand when the class is instantiated.
9+
// loaded on demand when first needed.
1010
//
1111
// This class can be registered as scoped DI service and then injected into Blazor
1212
// components for use.

0 commit comments

Comments
 (0)