Skip to content

Commit 5162a1e

Browse files
fix(typo): typo in async components (vuejs#3010)
Update async.md
1 parent f5e512d commit 5162a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/components/async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ hydrateOnInteraction(['wheel', 'mouseover'])
188188
import { defineAsyncComponent, type HydrationStrategy } from 'vue'
189189

190190
const myStrategy: HydrationStrategy = (hydrate, forEachElement) => {
191-
// forEachElement is a helper to iterate through all the root elememts
191+
// forEachElement is a helper to iterate through all the root elements
192192
// in the component's non-hydrated DOM, since the root can be a fragment
193193
// instead of a single element
194194
forEachElement(el => {

0 commit comments

Comments
 (0)