Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ed9fdb2

Browse filesBrowse 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
Copy full SHA for ed9fdb2

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎quick_tour/the_big_picture.rst

Copy file name to clipboardExpand all lines: quick_tour/the_big_picture.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.