We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e8c13 commit 8a2f0baCopy full SHA for 8a2f0ba
best_practices/business-logic.rst
@@ -56,7 +56,7 @@ The blog application needs a utility that can transform a post title (e.g.
56
"Hello World") into a slug (e.g. "hello-world"). The slug will be used as
57
part of the post URL.
58
59
-Let's, create a new ``Slugger`` class inside ``src/AppBundle/Utils/`` and
+Let's create a new ``Slugger`` class inside ``src/AppBundle/Utils/`` and
60
add the following ``slugify()`` method:
61
62
.. code-block:: php
0 commit comments