diff --git a/src/v2/guide/components-slots.md b/src/v2/guide/components-slots.md
index cb38542f4a..c1bd719571 100644
--- a/src/v2/guide/components-slots.md
+++ b/src/v2/guide/components-slots.md
@@ -211,7 +211,7 @@ Now when we use the `` component, we can optionally define an alterna
```
-> In 2.5.0+, `slot-scope` is no longer limited to the `` element, but can instead be used on any element or component in the slot.
+> Before 2.5.0, `slot-scope` was named `scope` and was limited to the `` element. Since 2.5.0, `slot-scope` doesn't have this limitation and can instead be used on any element or component in the slot.
### Destructuring `slot-scope`