Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ba7f2fd

Browse filesBrowse files
committed
some spelling updates
1 parent e4b9331 commit ba7f2fd
Copy full SHA for ba7f2fd

File tree

Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed

‎contributing/documentation/overview.rst

Copy file name to clipboardExpand all lines: contributing/documentation/overview.rst
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: create_framework/introduction.rst
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: setup/built_in_web_server.rst
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.