Skip to content

Commit

Permalink
DOCUMENTATION: Fix typo in "Getting Started" page
Browse files Browse the repository at this point in the history
  • Loading branch information
catloversg committed Dec 10, 2024
1 parent bf095ea commit 77c1db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Documentation/doc/help/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 77c1db2

Please sign in to comment.