Skip to content

Commit ba7f2fd

Browse files
committed
some spelling updates
1 parent e4b9331 commit ba7f2fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contributing/documentation/overview.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ Why Do my Changes Take so Long to Be Reviewed and/or Merged?
292292

293293
Please be patient. It can take up to several days before your pull request can
294294
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.
296296

297297
Why Should I Use the Oldest Maintained Branch Instead of the Master Branch?
298298
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

create_framework/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Before You Start
6262
Reading about how to create a framework is not enough. You will have to follow
6363
along and actually type all the examples included in this tutorial. For that,
6464
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
6666
an understanding of Object Oriented programming.
6767

6868
Ready to go? Read on!

setup/built_in_web_server.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ How to Use PHP's built-in Web Server
77
The PHP CLI SAPI comes with a `built-in web server`_. It can be used to run your
88
PHP applications locally during development, for testing or for application
99
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>`.
1111

1212
.. tip::
1313

0 commit comments

Comments
 (0)