diff --git a/docs/index.html b/docs/index.html index ecda4d6..f51fc4d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3653,7 +3653,7 @@ await tracker.StopAsync();

Stats and comparing data
- Using the tracker.GetData(fromTime, toTime) method the trackers expose the data, or a subset of the data, can be retrieved: + Using the tracker.GetData(fromTime, toTime) method the trackers exposes the data, or a subset of the data, can be retrieved:

// Get all the data currently tracked:
 var data = tracker.GetData();