Skip to content

Commit

Permalink
merged branch lyrixx/patch-1 (PR #1)
Browse files Browse the repository at this point in the history
Commits
-------

8ed4076 Fixed typo

Discussion
----------

Fixed typo
  • Loading branch information
fabpot committed Jan 4, 2012
2 parents 99c5c08 + 8ed4076 commit 269c6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/part1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ start with the simplest web application we can think of in PHP::

$input = $_GET['name'];

printf('Hello %s', $_GET['name']);
printf('Hello %s', $input);

That's all for the first part of this series. Next time, we will introduce the
HttpFoundation Component and see what it will brings us.
Expand Down

0 comments on commit 269c6ce

Please sign in to comment.