Merge pull request #6 from therealchaudhri/master

Fix Typo "Strenthen" -> "Strengthen
This commit is contained in:
Ed Burnett 2020-06-11 01:07:30 -04:00 committed by GitHub
commit 80966402aa
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"], ["Restructure CPU","Restructuring CPU"],
["Solidify Timeline","Solidifying Timeline"], ["Solidify Timeline","Solidifying Timeline"],
["Prevent Timeslip","Preventing Timeslip"], ["Prevent Timeslip","Preventing Timeslip"],
["Strenthen Entity","Strenthening Entity"] ["Strengthen Entity","Strengthening Entity"]
] ]
return arr[Math.floor(Math.random() * arr.length)] return arr[Math.floor(Math.random() * arr.length)]
} }
@ -242,4 +242,4 @@ checkDeadend = function(x_file){
} }
checkDataActions('sony-schema') checkDataActions('sony-schema')
} }
} }