Skip to content

Commit ee2b29b

Browse files
authored
Merge pull request #585 from selvarajmas/patch-1
2 parents 2f640a0 + 5cf6e3d commit ee2b29b

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 @@ Vue には [Web Components spec draft](https://github.com/w3c/webcomponents/blob
2525
</button>
2626
```
2727

28-
コンポーネントを描画する時、 `<slot></slot>` は「Add Todo」に置換されるでしょう:
28+
コンポーネントを描画する時、 `<slot></slot>` は「Add todo」に置換されるでしょう:
2929

3030
```html
3131
<!-- 描画された HTML -->

0 commit comments

Comments
 (0)