Skip to content

Commit 5d6baaf

Browse files
dr1rrbCopilot
andauthored
chore: typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9dc1252 commit 5d6baaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Uno.UI.RemoteControl.Server.Processors/HotReload/ServerHotReloadProcessor.MetadataUpdate.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ private async Task<HotReloadWorkspace> CreateCompilation(ConfigureServer configu
198198
return new HotReloadWorkspace(workspace, watch, [Trim(outputPath), Trim(intermediateOutputPath)]);
199199

200200
// We make sure to trim the output path from any TFM / RID / Configuration suffixes
201-
// This is to make sure that is we have multiple active HR workspace (like an old Android emulator reconnecting while a desktop app is running),
201+
// This is to make sure that if we have multiple active HR workspace (like an old Android emulator reconnecting while a desktop app is running),
202202
// we will not consider the files of the other targets.
203203
string? Trim(string? outDir)
204204
{

0 commit comments

Comments
 (0)