diff --git a/src/guide/component-slots.md b/src/guide/component-slots.md index ed3daa2b32..9bbab509b7 100644 --- a/src/guide/component-slots.md +++ b/src/guide/component-slots.md @@ -25,7 +25,7 @@ Then in the template for ``, you might have: ``` -When the component renders, `` will be replaced by "Add Todo". +When the component renders, `` will be replaced by "Add todo". ```html