diff --git a/hugo/content/en/product_analytics/charts/funnel_analysis.md b/hugo/content/en/product_analytics/charts/funnel_analysis.md
index 0046e7d765e..74d4d0fe09e 100644
--- a/hugo/content/en/product_analytics/charts/funnel_analysis.md
+++ b/hugo/content/en/product_analytics/charts/funnel_analysis.md
@@ -93,13 +93,13 @@ For any conversion analysis view, you can choose to view conversions by count or
## Conversion computing metrics
### How Datadog computes conversion metrics
-Consider a funnel with events `A → B → C` and event steps `A, A, A, B, C, C`.
+Consider a funnel with events `A → B → C` and event steps A, A, A, B, C, C.
-In this case, Datadog counts one conversion. This is because the conversion calculation matches only the first occurrence of event **A** and the first occurrence of event **C** in the sequence.
+In this case, Datadog counts one conversion. Each occurrence of **A** is an entry that starts an independent attempt. Because all three attempts complete on the same **C** event, Datadog counts only the attempt with the earliest entry.
-To further illustrate, if the user performs the event sequence `A, A, A, B, C, C, A, B, C`, Datadog counts two conversions. The first conversion completes with the sequence `A, A, A, B, C, C`, and the second conversion completes with the following sequence of `A, B, C`.
+To further illustrate, if the user performs the event sequence A, A, A, B, C, C, A, B, C, Datadog counts two conversions. The first conversion completes with the sequence A, A, A, B, C, C, and the second conversion completes with the following sequence of A, B, C.
-