We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a64f05 commit 8c17033Copy full SHA for 8c17033
create_framework/introduction.rst
@@ -109,8 +109,8 @@ start with the simplest web application we can think of in PHP::
109
110
printf('Hello %s', $input);
111
112
-You can use the PHP built-in server to test this great
113
-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``):
114
115
.. code-block:: bash
116
0 commit comments