From d560c9b1418e598ee8e7c3ac3c8f1d25981c4729 Mon Sep 17 00:00:00 2001 From: Jaculabilis Date: Mon, 11 Dec 2017 01:04:43 -0600 Subject: [PATCH] Fix capitalization error --- resources/contents.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/contents.html b/resources/contents.html index c7a31a1..1ba0457 100644 --- a/resources/contents.html +++ b/resources/contents.html @@ -10,7 +10,7 @@ contentsToggle = function() { } else { i.style.display = "block" t.style.display = "none" - b.innerText = "switch to turn order" + b.innerText = "Switch to turn order" } }