examples: fix typo (#5651)

This commit is contained in:
Christian Lehr 2019-05-03 18:25:50 +02:00 committed by Pooya Parsa
parent 821679a884
commit 86c7fe8841

View File

@ -14,7 +14,7 @@
</form>
<div v-else>
Hello {{ $store.state.authUser.username }}!
<pre>I am the secret content, I am shown only when the use is connected.</pre>
<pre>I am the secret content, I am shown only when the user is connected.</pre>
<p><i>You can also refresh this page, you'll still be connected!</i></p>
<button @click="logout">
Logout