From 364c9ceadd6d16499ee7a10bb7dc8bba1452a435 Mon Sep 17 00:00:00 2001 From: "Michael C." Date: Wed, 19 Dec 2012 18:02:18 +0000 Subject: [PATCH] Correct grammar You're adding as a remote, not adding as remote. --- 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 e7d2e06f8f5..98ce33ebea1 100644 --- a/contributing/code/patches.rst +++ b/contributing/code/patches.rst @@ -78,7 +78,7 @@ Get the Symfony2 source code: $ git clone git@github.com:USERNAME/symfony.git -* Add the upstream repository as ``remote``: +* Add the upstream repository as a ``remote``: .. code-block:: bash