From 7c732689dd8fb2f0c8a51129a4f784134ee35ff3 Mon Sep 17 00:00:00 2001 From: catloversg <152669316+catloversg@users.noreply.github.com> Date: Thu, 12 Dec 2024 18:06:19 +0700 Subject: [PATCH] DOCUMENTATION: Fix typo in "Getting Started" page (#1836) --- src/Documentation/doc/help/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Documentation/doc/help/getting_started.md b/src/Documentation/doc/help/getting_started.md index ba596b6da..062911867 100644 --- a/src/Documentation/doc/help/getting_started.md +++ b/src/Documentation/doc/help/getting_started.md @@ -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);