Skip to content

Commit 741c3bd

Browse files
jbruniyyx990803
authored andcommitted
Typo fix at en/data.md (#133)
1 parent a10572b commit 741c3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ On the client, there are two different approaches for handling data fetching:
184184
const matched = router.getMatchedComponents(to)
185185
const prevMatched = router.getMatchedComponents(from)
186186

187-
// we only care about none-previously-rendered components,
187+
// we only care about non-previously-rendered components,
188188
// so we compare them until the two matched lists differ
189189
let diffed = false
190190
const activated = matched.filter((c, i) => {

0 commit comments

Comments
 (0)