From e14d887403bdda6746cb9c90d7452dc3c40075be Mon Sep 17 00:00:00 2001 From: default-admin Date: Thu, 25 Aug 2022 13:27:26 -0400 Subject: [PATCH] fix: shortened ping message --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 19cb782..93aa196 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ export function pingPackage(msg?: string): string { - return "You have succesfully pinged the package" + return "pong" } export const aSecret: string = "My favorite kids cartoon is Spongebob Squarepants"; \ No newline at end of file