Skip to content

Commit ed9fdb2

Browse files
committed
minor #7108 Fix typo in code-tag (figaw)
This PR was submitted for the 3.1 branch but it was merged into the 2.7 branch instead (closes #7108). Discussion ---------- Fix typo in code-tag Commits ------- 127badf Fix typo
2 parents f144c85 + 127badf commit ed9fdb2

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)