Skip to content

Commit be5f1c6

Browse files
committed
Fix typo
1 parent ef24647 commit be5f1c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default class BananaSlug {
2020
/**
2121
* Generate a unique slug.
2222
*
23-
* Track previously generated slugs: repeated calls with the same value
23+
* Tracks previously generated slugs: repeated calls with the same value
2424
* will result in different slugs.
2525
* Use the `slug` function to get same slugs.
2626
*

0 commit comments

Comments
 (0)