diff --git a/src/guide/component-slots.md b/src/guide/component-slots.md index 85e8c35fea..beb6a8973f 100644 --- a/src/guide/component-slots.md +++ b/src/guide/component-slots.md @@ -247,7 +247,7 @@ app.component('todo-list', { }) ``` -We might want to replace the slot to customize it on parent component: +We might want to replace the `{{ item }}` with a `` to customize it on parent component: ```html