Skip to content

Commit 5f9b9e3

Browse files
committed
Merge remote-tracking branch 'origin/2.0' into 2.0
2 parents ed4ea54 + 6a3ceea commit 5f9b9e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contributing/documentation/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ then clone your fork:
2525
2626
$ git clone git://github.com/YOURUSERNAME/symfony-docs.git
2727
28-
Unless you're documenting a feature that's new to Symfony 2.1, you changes
28+
Unless you're documenting a feature that's new to Symfony 2.1, your changes
2929
should be based on the 2.0 branch instead of the master branch. To do this
3030
checkout the 2.0 branch before the next step:
3131

cookbook/form/form_customization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ When rendering a form, you can choose which form theme(s) you want to apply.
175175
In Twig a theme is a single template file and the fragments are the blocks defined
176176
in this file.
177177

178-
In PHP a theme is a folder and the the fragments are individual template files in
178+
In PHP a theme is a folder and the fragments are individual template files in
179179
this folder.
180180

181181
.. _cookbook-form-customization-sidebar:

0 commit comments

Comments
 (0)