"Generating Slugs" typo #63965
-
|
[I'd like to be able to suggest a pull request to directly help fix this in the code, but only found this discussion area to suggest change] In the "Generating Slugs" it mentions "Instead of reinventing the wheel, let's use the Symfony String component, which eases the manipulation of strings and provides a slugger." I'd rather replace "String" by "Slugger". Hth, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
There is no “Slugger” component (you can find the list here). The |
Beta Was this translation helpful? Give feedback.
-
The documentation is maintained in a separate repository: https://github.com/symfony/symfony-docs/ |
Beta Was this translation helpful? Give feedback.
There is no “Slugger” component (you can find the list here). The
AsciiSluggeris provided by the String Component: https://symfony.com/doc/current/string.html#slugger