Fix capitalization error

This commit is contained in:
Jaculabilis 2017-12-11 01:04:43 -06:00
parent 1f721678a4
commit d560c9b141
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}
}
</script>