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
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')
}
}
}