summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelianthella <3507758+Helianthella@users.noreply.github.com>2020-10-10 15:51:35 -0400
committerGitHub <noreply@github.com>2020-10-10 15:51:35 -0400
commitf9c051e61da67b93ed3c9aba3d77bced80e1503e (patch)
treef92ef5856900d947b1928939e66ffd574822e7f3
parentfc69fffdefcb4c49facc58213203b79a9f6c1a3c (diff)
downloadwebsite-f9c051e61da67b93ed3c9aba3d77bced80e1503e.tar.gz
website-f9c051e61da67b93ed3c9aba3d77bced80e1503e.tar.bz2
website-f9c051e61da67b93ed3c9aba3d77bced80e1503e.tar.xz
website-f9c051e61da67b93ed3c9aba3d77bced80e1503e.zip
fix a typo
temporaly > temporarily
-rw-r--r--src/views/Registration.vue2
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 &#xffeb;</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 &#xffeb;</a>
</div>
<button v-if="!step" @click="isRecaptchaAccepted ? start() : step = -2">Begin!</button>