Skip to content

Commit 127badf

Browse files
figawxabbuh
authored andcommitted
Fix typo
1 parent f144c85 commit 127badf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_tour/the_big_picture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ start with ``/**``, whereas regular PHP comments start with ``/*``.
114114

115115
The first value of ``@Route()`` defines the URL that will trigger the execution
116116
of the action. As you don't have to add the host of your application to
117-
the URL (e.g. ```http://example.com``), these URLs are always relative and
117+
the URL (e.g. ``http://example.com``), these URLs are always relative and
118118
they are usually called *paths*. In this case, the ``/`` path refers to the
119119
application homepage. The second value of ``@Route()`` (e.g. ``name="homepage"``)
120120
is optional and sets the name of this route. For now this name is not needed,

0 commit comments

Comments
 (0)