Skip to content

Commit b9d2ef0

Browse files
committed
Merge pull request #2008 from catchamonkey/typo_fixes
Typo, grammar and GitHub UI description changes
2 parents ff81dbf + dcc3ee0 commit b9d2ef0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contributing/code/bugs.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If your problem definitely looks like a bug, report it using the official bug
2525
* Describe the steps needed to reproduce the bug with short code examples
2626
(providing a unit test that illustrates the bug is best);
2727

28-
* Give as much details as possible about your environment (OS, PHP version,
28+
* Give as much detail as possible about your environment (OS, PHP version,
2929
Symfony version, enabled extensions, ...);
3030

3131
* *(optional)* Attach a :doc:`patch <patches>`.

contributing/code/patches.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Get the Symfony2 source code:
7171

7272
* Fork the `Symfony2 repository`_ (click on the "Fork" button);
7373

74-
* After the "hardcore forking action" has completed, clone your fork locally
74+
* After the "forking action" has completed, clone your fork locally
7575
(this will create a `symfony` directory):
7676

7777
.. code-block:: bash

reference/configuration/framework.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ trust_proxy_headers
9797
**type**: ``Boolean``
9898

9999
Configures if HTTP headers (like ``HTTP_X_FORWARDED_FOR``, ``X_FORWARDED_PROTO``, and
100-
``X_FORWARDED_HOST``) are trusted as indication for an SSL connection. By default, it is
100+
``X_FORWARDED_HOST``) are trusted as an indication for an SSL connection. By default, it is
101101
set to ``false`` and only SSL_HTTPS connections are indicated as secure.
102102

103103
You should enable this setting if your application is behind a reverse proxy.

0 commit comments

Comments
 (0)