Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: The web walker <[email protected]>
Signed-off-by: Harvey Sanders <[email protected]>
  • Loading branch information
harveysanders and motss authored Mar 23, 2024
1 parent cf8ad87 commit dcd2469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ await normalize('söme stüff with áccènts'); // 'some stuff with accents'

### `normalize([input])`

- `input` <[string][string-mdn-url]> input string that contains accents/diacritics.
- `input` <[string][string-mdn-url]> Input string that contains accents/diacritics.
- returns: <[Promise][promise-mdn-url]<[string][string-mdn-url]>> Promise which resolves with normalized input string.

This method normalizes any accents/ diacritics found in a given input string and output a normalized string as a result.
Expand Down

0 comments on commit dcd2469

Please sign in to comment.