DOCUMENTATION: Fix typo in "Getting Started" page (#1836)

This commit is contained in:
catloversg 2024-12-12 18:06:19 +07:00 committed by GitHub
parent bab5412fb7
commit 7c732689dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -117,7 +117,7 @@ The `getServerMaxMoney()` function is used to find this value
const securityThresh = ns.getServerMinSecurityLevel(target);
This third command defines a numerical value representing the minimum security level the target [Server](../basic/servers.md) can have.
If the target [Server](../basic/servers.md)'s security level is higher than this value, then our [Script](../basic/scripts.md) will `weaken()` the [Script](../basic/scripts.md) before doing anything else.
If the target [Server](../basic/servers.md)'s security level is higher than this value, then our [Script](../basic/scripts.md) will `weaken()` the server before doing anything else.
if (ns.fileExists("BruteSSH.exe", "home")) {
ns.brutessh(target);