Skip to content

Commit e389d0f

Browse files
tmatCopilot
andauthored
Update src/BuiltInTools/dotnet-watch/HotReload/HotReloadAppModel.cs
Co-authored-by: Copilot <[email protected]>
1 parent aa4bed4 commit e389d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BuiltInTools/dotnet-watch/HotReload/HotReloadAppModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public static HotReloadAppModel InferFromProject(ProjectGraphNode projectNode, I
4343

4444
if (item.EvaluatedInclude == "WebAssembly")
4545
{
46-
// We saw a previous project that was AspNetCore. This must he a blazor hosted app.
46+
// We saw a previous project that was AspNetCore. This must be a blazor hosted app.
4747
if (aspnetCoreProject is not null && aspnetCoreProject != currentNode.ProjectInstance)
4848
{
4949
reporter.Verbose($"HotReloadProfile: BlazorHosted. {aspnetCoreProject.FullPath} references BlazorWebAssembly project {currentNode.ProjectInstance.FullPath}.", emoji: "🔥");

0 commit comments

Comments
 (0)