diff --git a/docs-mintlify/guides/apps/analytics/replays-and-clickmaps.mdx b/docs-mintlify/guides/apps/analytics/replays-and-clickmaps.mdx index 072f87bb8..97a952f1c 100644 --- a/docs-mintlify/guides/apps/analytics/replays-and-clickmaps.mdx +++ b/docs-mintlify/guides/apps/analytics/replays-and-clickmaps.mdx @@ -21,7 +21,7 @@ When those hold, the SDK captures `$page-view` and `$click` events and (for repl ## Session Replays -Session replays let you move from "an event happened" to "what the user actually saw." Recording is powered by [rrweb](https://www.rrweb.io/): the SDK captures DOM snapshots and mutations, mouse interactions, and page state over time, then plays them back as a faithful reconstruction of the session. +Session replays let you move from "an event happened" to "what the user actually saw." The SDK captures DOM snapshots and mutations, mouse interactions, and page state over time, then plays them back as a reconstruction of the session. ### Enabling and disabling