Skip to content

Typos #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Typos #108

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions contributing/code/patches.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Set up your user information with your real name and a working email address:
If you are new to Git, we highly recommend you to read the excellent and
free `ProGit`_ book.

Get the Symfony2 code source:
Get the Symfony2 source code:

* Create a `Github`_ account and sign in;
* Create a `GitHub`_ account and sign in;

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

Expand Down Expand Up @@ -128,7 +128,7 @@ If you are going to send an email to the mailing-list, don't forget to
reference you branch URL (``https://github.com/USERNAME/symfony.git
BRANCH_NAME``) or the pull request URL.

Based on the feedback from the mailing-list or via the pull request on Github,
Based on the feedback from the mailing-list or via the pull request on GitHub,
you might need to rework your patch. Before re-submitting the patch, rebase
with master, don't merge; and force the push to the origin:

Expand All @@ -138,6 +138,6 @@ with master, don't merge; and force the push to the origin:
$ git push -f origin BRANCH_NAME

.. _ProGit: http://progit.org/
.. _Github: https://github.com/signup/free
.. _GitHub: https://github.com/signup/free
.. _Symfony2 repository: https://github.com/symfony/symfony
.. _dev mailing-list: http://groups.google.com/group/symfony-devs
4 changes: 2 additions & 2 deletions contributing/documentation/translations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ bugs, consider joining us; it's a very easy process:
* Introduce yourself on the `Symfony docs mailing-list`_;
* *(optional)* Ask which documents you can work on;
* Fork the *master* repository for your language (click the "Fork" button on
the Github page);
the GitHub page);
* Translate some documents;
* Ask for a pull request (click on the "Pull Request" from your page on
Github);
GitHub);
* The team manager accepts your modifications and merges them into the master
repository;
* The documentation website is updated every other night from the master
Expand Down