Skip to content

Commit

Permalink
docs: fix a typo in the jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ikelax committed Sep 30, 2024
1 parent b11e21f commit 38151bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/strip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export interface StripOptions {
}

/**
* Remove all of the emojis from a string.
* Remove all the emojis from a string.
*/
export const strip = (input: string, { preserveSpaces }: StripOptions = {}) =>
replace(input, '', { preserveSpaces })

0 comments on commit 38151bc

Please sign in to comment.