Skip to content

Commit 10ed910

Browse files
authored
Very minor update on letter casing (#1410)
Update "Add Todo" to "Add todo" so it matches what is in the code.
1 parent 5b48887 commit 10ed910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/component-slots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Then in the template for `<todo-button>`, you might have:
2525
</button>
2626
```
2727

28-
When the component renders, `<slot></slot>` will be replaced by "Add Todo".
28+
When the component renders, `<slot></slot>` will be replaced by "Add todo".
2929

3030
```html
3131
<!-- rendered HTML -->

0 commit comments

Comments
 (0)