Commit 70ffd9d1 authored by Jürgen van Dijk's avatar Jürgen van Dijk Committed by GitHub

Typo's

parent b04f723f
...@@ -24,6 +24,6 @@ const app = new Vue({ ...@@ -24,6 +24,6 @@ const app = new Vue({
}) })
// expose the app, the router and the store. // expose the app, the router and the store.
// note we not mounting the app here, since bootstrapping will be // note we are not mounting the app here, since bootstrapping will be
// different depending on whether we are in browser or on the server. // different depending on whether we are in a browser or on the server.
export { app, router, store } export { app, router, store }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment