Skip to content

Commit 6545084

Browse files
committed
Merge branch 'master' of https://github.com/vuejs/docs-next
2 parents 02b2869 + 775865d commit 6545084

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/guide/a11y-semantics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Using [`aria-labelledby`](https://developer.mozilla.org/en-US/docs/Web/Accessibi
159159
</p>
160160
<script async src="https://static.codepen.io/assets/embed/ei.js"></script>
161161

162-
You can see the description by instecting Chrome DevTools:
162+
You can see the description by inspecting Chrome DevTools:
163163

164164
![Chrome Developer Tools showing input accessible name from aria-labelledby and description with aria-describedby](/images/AccessibleARIAdescribedby.png)
165165

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)