diff options
author | Helianthella <3507758+Helianthella@users.noreply.github.com> | 2020-10-10 15:51:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-10 15:51:35 -0400 |
commit | f9c051e61da67b93ed3c9aba3d77bced80e1503e (patch) | |
tree | f92ef5856900d947b1928939e66ffd574822e7f3 /src | |
parent | fc69fffdefcb4c49facc58213203b79a9f6c1a3c (diff) | |
download | website-f9c051e61da67b93ed3c9aba3d77bced80e1503e.tar.gz website-f9c051e61da67b93ed3c9aba3d77bced80e1503e.tar.bz2 website-f9c051e61da67b93ed3c9aba3d77bced80e1503e.tar.xz website-f9c051e61da67b93ed3c9aba3d77bced80e1503e.zip |
fix a typo
temporaly > temporarily
Diffstat (limited to 'src')
-rw-r--r-- | src/views/Registration.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Registration.vue b/src/views/Registration.vue index e8d8700..38bd5d9 100644 --- a/src/views/Registration.vue +++ b/src/views/Registration.vue @@ -5,7 +5,7 @@ <p>Please note that you will also need to download and install <a href="https://wiki.themanaworld.org/index.php/Downloads" target="_blank">ManaPlus</a>, our official game client.</p> <br> <div class="specialEvent"> - <b>The apocalypse is upon us.</b> Due the Doomsday Event, whole towns may vanish from the map temporaly. <a href="https://forums.themanaworld.org/viewtopic.php?p=161550#p161550">Read more details here →</a> + <b>The apocalypse is upon us.</b> Due the Doomsday Event, whole towns may vanish from the map temporarily. <a href="https://forums.themanaworld.org/viewtopic.php?p=161550#p161550">Read more details here →</a> </div> <button v-if="!step" @click="isRecaptchaAccepted ? start() : step = -2">Begin!</button> |