Skip to content

Commit 6531970

Browse files
committed
Fix wording
1 parent 3e3506c commit 6531970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/vue-router.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import About from './components/Router/About.vue'
1313
test('full app rendering/navigating from base URL', async () => {
1414
// Create a Router instance
1515
// https://next.router.vuejs.org/api/#createrouter
16-
// using the a HTML5 history.
16+
// using a HTML5 history.
1717
// https://next.router.vuejs.org/api/#createwebhistory
1818
const router = createRouter({
1919
history: createWebHistory(),

0 commit comments

Comments
 (0)