Skip to content

Commit

Permalink
Fix typo in word "separator"
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Jun 19, 2016
1 parent 91cc258 commit b2a4a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/config/sluggable.php
Expand Up @@ -103,7 +103,7 @@
* In the case of a slug that gets generated with one of these reserved names,
* we will do:
*
* $slug .= $seperator + "1"
* $slug .= $separator + "1"
*
* and continue from there.
*/
Expand Down

0 comments on commit b2a4a31

Please sign in to comment.