Skip to content

Commit

Permalink
fix: shortened ping message
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutosh-ukey committed Aug 25, 2022
1 parent bb825fc commit e14d887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -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";

0 comments on commit e14d887

Please sign in to comment.