From dcc3ee03656e0cc902e85658cc6a94593fd0ef27 Mon Sep 17 00:00:00 2001 From: Chris Sedlmayr Date: Fri, 7 Dec 2012 20:57:21 +0000 Subject: [PATCH] Typo, grammar and GitHub UI description changes --- contributing/code/bugs.rst | 2 +- contributing/code/patches.rst | 2 +- reference/configuration/framework.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contributing/code/bugs.rst b/contributing/code/bugs.rst index d80e6da1c05..fcc0f2f010a 100644 --- a/contributing/code/bugs.rst +++ b/contributing/code/bugs.rst @@ -25,7 +25,7 @@ If your problem definitely looks like a bug, report it using the official bug * Describe the steps needed to reproduce the bug with short code examples (providing a unit test that illustrates the bug is best); -* Give as much details as possible about your environment (OS, PHP version, +* Give as much detail as possible about your environment (OS, PHP version, Symfony version, enabled extensions, ...); * *(optional)* Attach a :doc:`patch `. diff --git a/contributing/code/patches.rst b/contributing/code/patches.rst index 9791c24b666..26a077ecb5a 100644 --- a/contributing/code/patches.rst +++ b/contributing/code/patches.rst @@ -71,7 +71,7 @@ Get the Symfony2 source code: * Fork the `Symfony2 repository`_ (click on the "Fork" button); -* After the "hardcore forking action" has completed, clone your fork locally +* After the "forking action" has completed, clone your fork locally (this will create a `symfony` directory): .. code-block:: bash diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index df0f8fc401b..bcfff139329 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -97,7 +97,7 @@ trust_proxy_headers **type**: ``Boolean`` Configures if HTTP headers (like ``HTTP_X_FORWARDED_FOR``, ``X_FORWARDED_PROTO``, and -``X_FORWARDED_HOST``) are trusted as indication for an SSL connection. By default, it is +``X_FORWARDED_HOST``) are trusted as an indication for an SSL connection. By default, it is set to ``false`` and only SSL_HTTPS connections are indicated as secure. You should enable this setting if your application is behind a reverse proxy.