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
1 changed files with 2 additions and 2 deletions

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)]
}
@ -242,4 +242,4 @@ checkDeadend = function(x_file){
}
checkDataActions('sony-schema')
}
}
}