Update GeneralActions.ts

typo fix
This commit is contained in:
Pimvgd 2021-05-18 21:16:32 +02:00 committed by GitHub
parent 4dc206bb3e
commit 5bf21c0ab2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,7 +17,7 @@ export const GeneralActions: IMap<Action> = {};
actionName = "Field Analysis"; actionName = "Field Analysis";
GeneralActions[actionName] = new Action({ GeneralActions[actionName] = new Action({
name:actionName, name:actionName,
desc:"Mine and analyze Synthoid-related data. This improve the " + desc:"Mine and analyze Synthoid-related data. This improves the " +
"Bladeburner's unit intelligence on Synthoid locations and " + "Bladeburner's unit intelligence on Synthoid locations and " +
"activities. Completing this action will improve the accuracy " + "activities. Completing this action will improve the accuracy " +
"of your Synthoid population estimated in the current city.<br><br>" + "of your Synthoid population estimated in the current city.<br><br>" +