DOCS: Fixed a typo in tutorial (#1201)

This commit is contained in:
T.J. Eckman
2024-03-31 16:51:48 -04:00
committed by GitHub
parent 6c9555ba32
commit da7f01cca9

View File

@ -69,7 +69,7 @@ Enter the following code in the [Script](../basic/scripts.md) editor:
// In this case, it is set to the maximum amount of money.
const moneyThresh = ns.getServerMaxMoney(target);
// Defines the maximum security level the target server can
// Defines the minimum security level the target server can
// have. If the target's security level is higher than this,
// we'll weaken it before doing anything else
const securityThresh = ns.getServerMinSecurityLevel(target);