Skip to content

Commit a5d435a

Browse files
authored
chore: fix typo (#533)
1 parent 2796fa4 commit a5d435a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixture/pages/mounted.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default {
1313
},
1414
1515
async mounted () {
16-
// Request with full url becasue we are in JSDom env
16+
// Request with full url because we are in JSDom env
1717
this.res = await this.$axios.$get('http://localhost:3000/api/echo/foo/bar')
1818
}
1919
}

0 commit comments

Comments
 (0)