Skip to content

Commit 94606a7

Browse files
authored
chore: typo (#3267)
1 parent 83920c9 commit 94606a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/components/view.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export default {
9797
}
9898

9999
const configProps = matched.props && matched.props[name]
100-
// save route and configProps in cachce
100+
// save route and configProps in cache
101101
if (configProps) {
102102
extend(cache[name], {
103103
route,

0 commit comments

Comments
 (0)