Skip to content

Commit 70ffd9d

Browse files
authored
Typo's
1 parent b04f723 commit 70ffd9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ const app = new Vue({
2424
})
2525

2626
// expose the app, the router and the store.
27-
// note we not mounting the app here, since bootstrapping will be
28-
// different depending on whether we are in browser or on the server.
27+
// note we are not mounting the app here, since bootstrapping will be
28+
// different depending on whether we are in a browser or on the server.
2929
export { app, router, store }

0 commit comments

Comments
 (0)