From 8f2ae3ae816cc3969b1fcc0bca66f1881ce908b1 Mon Sep 17 00:00:00 2001 From: Kylart Date: Mon, 1 May 2017 23:43:13 +0200 Subject: [PATCH] Typo on error message if nyaa's down --- store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/index.js b/store/index.js index cd74d29..c4e1246 100644 --- a/store/index.js +++ b/store/index.js @@ -171,7 +171,7 @@ const store = new Vuex.Store({ } else if (status === 226) { - alert('Nyaa is down, KawAniem is unable to get the latest releases...') + alert('Nyaa is down, KawAnime is unable to get the latest releases...') } } ,