File tree 3 files changed +3
-3
lines changed
contributing/documentation
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ Why Do my Changes Take so Long to Be Reviewed and/or Merged?
292
292
293
293
Please be patient. It can take up to several days before your pull request can
294
294
be fully reviewed. After merging the changes, it could take again several hours
295
- before your changes appear on the `` symfony.com `` website.
295
+ before your changes appear on the Symfony website.
296
296
297
297
Why Should I Use the Oldest Maintained Branch Instead of the Master Branch?
298
298
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Before You Start
62
62
Reading about how to create a framework is not enough. You will have to follow
63
63
along and actually type all the examples included in this tutorial. For that,
64
64
you need a recent version of PHP (5.5.9 or later is good enough), a web server
65
- (like Apache, NGINX or PHP's built-in web server), a good knowledge of PHP and
65
+ (like Apache, nginx or PHP's built-in web server), a good knowledge of PHP and
66
66
an understanding of Object Oriented programming.
67
67
68
68
Ready to go? Read on!
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ How to Use PHP's built-in Web Server
7
7
The PHP CLI SAPI comes with a `built-in web server `_. It can be used to run your
8
8
PHP applications locally during development, for testing or for application
9
9
demonstrations. This way, you don't have to bother configuring a full-featured
10
- web server such as :doc: `Apache or Nginx </setup/web_server_configuration >`.
10
+ web server such as :doc: `Apache or nginx </setup/web_server_configuration >`.
11
11
12
12
.. tip ::
13
13
You can’t perform that action at this time.
0 commit comments