diff --git a/examples/auth-routes/pages/index.vue b/examples/auth-routes/pages/index.vue index a050695b0b..a04a30b509 100644 --- a/examples/auth-routes/pages/index.vue +++ b/examples/auth-routes/pages/index.vue @@ -14,7 +14,7 @@
Hello {{ $store.state.authUser.username }}! -
I am the secret content, I am shown only when the use is connected.
+
I am the secret content, I am shown only when the user is connected.

You can also refresh this page, you'll still be connected!