Skip to content

Commit 8c17033

Browse files
committed
[#5948] Very minor detail
1 parent 7a64f05 commit 8c17033

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

create_framework/introduction.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ start with the simplest web application we can think of in PHP::
109109

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

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``):
112+
You can use the PHP built-in server to test this great application in a browser
113+
(``http://localhost:4321/index.php?name=Fabien``):
114114

115115
.. code-block:: bash
116116

0 commit comments

Comments
 (0)