diff --git a/lib/src/posthog_config.dart b/lib/src/posthog_config.dart index 7f3a875..b0bf559 100644 --- a/lib/src/posthog_config.dart +++ b/lib/src/posthog_config.dart @@ -84,7 +84,7 @@ class PostHogSessionReplayConfig { throttleDelay = debouncerDelay; } - /// Debouncer delay used to reduce the number of snapshots captured and reduce performance impact. + /// Throttling delay used to reduce the number of snapshots captured and reduce performance impact. /// This is used for capturing the view as a screenshot. /// The lower the number, the more snapshots will be captured but higher the performance impact. /// Experimental support.