Skip to content

Commit

Permalink
[#5948] Very minor detail
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Dec 5, 2015
1 parent 7a64f05 commit 8c17033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create_framework/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ start with the simplest web application we can think of in PHP::

printf('Hello %s', $input);

You can use the PHP built-in server to test this great
application in a browser (``http://localhost:4321/index.php?name=Fabien``):
You can use the PHP built-in server to test this great application in a browser
(``http://localhost:4321/index.php?name=Fabien``):

.. code-block:: bash
Expand Down

0 comments on commit 8c17033

Please sign in to comment.