Skip to content

Commit

Permalink
Wrong comma
Browse files Browse the repository at this point in the history
  • Loading branch information
edsonmedina committed Feb 8, 2015
1 parent 81e8c13 commit 8a2f0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion best_practices/business-logic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The blog application needs a utility that can transform a post title (e.g.
"Hello World") into a slug (e.g. "hello-world"). The slug will be used as
part of the post URL.

Let's, create a new ``Slugger`` class inside ``src/AppBundle/Utils/`` and
Let's create a new ``Slugger`` class inside ``src/AppBundle/Utils/`` and
add the following ``slugify()`` method:

.. code-block:: php
Expand Down

0 comments on commit 8a2f0ba

Please sign in to comment.