Skip to content

some spelling updates #12886

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contributing/documentation/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ Why Do my Changes Take so Long to Be Reviewed and/or Merged?

Please be patient. It can take up to several days before your pull request can
be fully reviewed. After merging the changes, it could take again several hours
before your changes appear on the ``symfony.com`` website.
before your changes appear on the Symfony website.

Why Should I Use the Oldest Maintained Branch Instead of the Master Branch?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion create_framework/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Before You Start
Reading about how to create a framework is not enough. You will have to follow
along and actually type all the examples included in this tutorial. For that,
you need a recent version of PHP (5.5.9 or later is good enough), a web server
(like Apache, NGINX or PHP's built-in web server), a good knowledge of PHP and
(like Apache, nginx or PHP's built-in web server), a good knowledge of PHP and
an understanding of Object Oriented programming.

Ready to go? Read on!
Expand Down
2 changes: 1 addition & 1 deletion setup/built_in_web_server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ How to Use PHP's built-in Web Server
The PHP CLI SAPI comes with a `built-in web server`_. It can be used to run your
PHP applications locally during development, for testing or for application
demonstrations. This way, you don't have to bother configuring a full-featured
web server such as :doc:`Apache or Nginx </setup/web_server_configuration>`.
web server such as :doc:`Apache or nginx </setup/web_server_configuration>`.

.. tip::

Expand Down