Skip to content

Commit

Permalink
chore: fix typo (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
liby committed Mar 20, 2023
1 parent f55e607 commit 71e7bcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Generate a greeting.
* @param name Name of the person to greet
* @param salutation The person's title
* @param title The person's title
* @returns A greeting formatted for human consumption.
*/
function greetFullTSDoc(name: string, title: string) {
Expand Down

0 comments on commit 71e7bcd

Please sign in to comment.