We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a1e67 commit 8a06d94Copy full SHA for 8a06d94
src/Uno.UI.RemoteControl.Server.Processors/HotReload/ServerHotReloadProcessor.cs
@@ -316,7 +316,7 @@ private class HotReloadServerOperation
316
/// Gets the collection of file paths that are excluded from processing.
317
/// </summary>
318
/// <remarks>
319
- /// Files are typically ignored when they are not existing yet in teh current solution.
+ /// Files are typically ignored when they are not existing yet in the current solution.
320
/// </remarks>
321
public ImmutableHashSet<string> IgnoredFilePaths => _ignoredFilePaths;
322
0 commit comments