diff --git a/docs/guide/slots.md b/docs/guide/slots.md
index 10d3c50..7bfe9b1 100644
--- a/docs/guide/slots.md
+++ b/docs/guide/slots.md
@@ -10,14 +10,13 @@ vue-select provides the scoped `option` slot in order to create custom dropdown
```html
-
+
{{ option.title }}
```
-Using the `option` slot with `slot-scope="option"` gives the
-provides the current option variable to the template.
+Using the `option` slot with props `"option"` provides the current option variable to the template.