Skip to content

Commit c3d2c38

Browse files
authored
docs: fix typo in Slots Unification (vuejs#536)
Signed-off-by: Takuya Noguchi <[email protected]>
1 parent 39b7bb0 commit c3d2c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/migration/slots-unification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ this.$slots.header()
6262
A majority of the change has already been shipped in 2.6. As a result, the migration can happen in one step:
6363

6464
1. Replace all `this.$scopedSlots` occurrences with `this.$slots` in 3.x.
65-
2. Replace all occurences of `this.$slots.mySlot` with `this.$slots.mySlot()`
65+
2. Replace all occurrences of `this.$slots.mySlot` with `this.$slots.mySlot()`

0 commit comments

Comments
 (0)