Skip to content

Commit 1d02c5b

Browse files
authored
Merge pull request vuejs#41 from juukie/juukie-patch-1
Typo's
2 parents b04f723 + 70ffd9d commit 1d02c5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app.js

+2-2
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)