From d38ef01a9465976e8f2e3423ec72ffa810080c78 Mon Sep 17 00:00:00 2001 From: Duck McSouls <66396308+quacksouls@users.noreply.github.com> Date: Wed, 24 Aug 2022 13:57:42 +1000 Subject: [PATCH] A typo fix. Fix a typographical error. From a first time contributor. --- src/ScriptEditor/NetscriptDefinitions.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ScriptEditor/NetscriptDefinitions.d.ts b/src/ScriptEditor/NetscriptDefinitions.d.ts index bc5be7694..c255496b4 100644 --- a/src/ScriptEditor/NetscriptDefinitions.d.ts +++ b/src/ScriptEditor/NetscriptDefinitions.d.ts @@ -1550,7 +1550,7 @@ export interface Singularity { * function is the same as the cost for traveling through the Travel Agency. * * @param city - City to travel to. - * @returns True if actions is successful, false otherwise. + * @returns True if action is successful, false otherwise. */ travelToCity(city: string): boolean;