From 86c7fe884151a9ca07809190f4b49b0894df4014 Mon Sep 17 00:00:00 2001 From: Christian Lehr <49619277+clehr@users.noreply.github.com> Date: Fri, 3 May 2019 18:25:50 +0200 Subject: [PATCH] examples: fix typo (#5651) --- examples/auth-routes/pages/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!