Skip to content

Commit 787bc52

Browse files
authored
Merge pull request #3 from johnwheal/patch-1
Fixed minor typo in config file
2 parents e66d6e3 + addd207 commit 787bc52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/hashids.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
|--------------------------------------------------------------------------
3535
|
3636
| The default alphabet contains all lowercase and uppercase letters
37-
| and numbers. f you'd like to make it longer, you can add more
37+
| and numbers. If you'd like to make it longer, you can add more
3838
| characters like - @ $ % ^ & * ( ) [ ] { }
3939
|
4040
*/
4141

4242
'alphabet' => null,
4343

44-
];
44+
];

0 commit comments

Comments
 (0)