You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ This project is a simple slugifier for golang projects it has 2 main methods `Sl
2
2
3
3
`Slugify` lowercases the output string and `IDify` does not. There is also a public `SanatizeText` method that takes a string and runs the transliterations on it which can still return unicode.
4
4
5
-
There is a public `OK` variable that is a sting containing additional characters that are allowed to exist in your slugified string. The `TO_DASH` variable is a list of additional characters to turn into a dash that may otherwise be allowed in a slugified string.
5
+
There is a public `OK` variable that is a string containing additional characters that are allowed to exist in your slugified string. The `TO_DASH` variable is a string of additional characters to turn into a dash that may otherwise be allowed in a slugified string.
0 commit comments