diff --git a/src/PerfView/SupportFiles/UsersGuide.htm b/src/PerfView/SupportFiles/UsersGuide.htm
index aae8b9ac4..22d4bf789 100644
--- a/src/PerfView/SupportFiles/UsersGuide.htm
+++ b/src/PerfView/SupportFiles/UsersGuide.htm
@@ -5181,7 +5181,7 @@
A Wall Clock Time Investigation
request (or groups of request), you can see only 'interesting' time.
- If the application uses System.Threading.Threads.Tasks, you can use the 'Thread Time (with
+ If the application uses System.Threading.Tasks, you can use the 'Thread Time (with
Tasks) view. This marks the segment of a task that is executing a single task with the
ID of that task. I also attributes a Task's time to the call stack of the task that
activated it. In this way concurrent programs can be analyzed as if they were singly