From f6e2eeac987a8f9911b39c041b646e2ed139e368 Mon Sep 17 00:00:00 2001 From: hidenorigoto Date: Sat, 12 Feb 2011 22:30:58 +0900 Subject: [PATCH] fixed typo --- contributing/code/patches.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/code/patches.rst b/contributing/code/patches.rst index db55a516e78..636ec617d1e 100644 --- a/contributing/code/patches.rst +++ b/contributing/code/patches.rst @@ -124,7 +124,7 @@ Check that all tests still pass and push your branch remotely: You can now discuss your patch on the `dev mailing-list`_ or make a pull request (they must be done on the ``fabpot/symfony`` repository). -If you are going to send and email to the mailing-list, don't forget to +If you are going to send an email to the mailing-list, don't forget to reference you branch URL (``http://github.com/USERNAME/symfony.git BRANCH_NAME``).