Fix Typo "Strenthen" -> "Strengthen

This commit is contained in:
therealchaudhri 2020-05-27 21:29:09 -04:00 committed by GitHub
parent 62c146c4bf
commit 7f3930fc7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ restartString = function(){
["Restructure CPU","Restructuring CPU"],
["Solidify Timeline","Solidifying Timeline"],
["Prevent Timeslip","Preventing Timeslip"],
["Strenthen Entity","Strenthening Entity"]
["Strengthen Entity","Strengthening Entity"]
]
return arr[Math.floor(Math.random() * arr.length)]
}