8000 Fixed typo · webmozart/symfony-docs@8ed4076 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ed4076

Browse files
committed
Fixed typo
1 parent 99c5c08 commit 8ed4076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/part1.rst

Lines changed: 1 addition & 1 deletion
< 44A2 td data-grid-cell-id="diff-a24fbfd846ec0c37a8c4e43d5ecf10c0f8c1e8555072f0f56236ab82086f1cf0-192-192-2" data-line-anchor="diff-a24fbfd846ec0c37a8c4e43d5ecf10c0f8c1e8555072f0f56236ab82086f1cf0R192" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);padding-right:24px" tabindex="-1" valign="top" class="focusable-grid-cell diff-text-cell right-side-diff-cell left-side">

Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ start with the simplest web application we can think of in PHP::
188188

189189
$input = $_GET['name'];
190190

191-
printf('Hello %s', $_GET['name']);
191+
printf('Hello %s', $input);
192192
193193
That's all for the first part of this series. Next time, we will introduce the
194194
HttpFoundation Component and see what it will brings us.

0 commit comments

Comments
 (0)
0