Skip to content

Commit

Permalink
Very minor update on letter casing (#1410)
Browse files Browse the repository at this point in the history
Update "Add Todo" to "Add todo" so it matches what is in the code.
  • Loading branch information
anchan42 committed Jan 3, 2022
1 parent 5b48887 commit 10ed910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/component-slots.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Then in the template for `<todo-button>`, you might have:
</button>
```

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

```html
<!-- rendered HTML -->
Expand Down

0 comments on commit 10ed910

Please sign in to comment.