Skip to content

Commit 1f85167

Browse files
committed
Merge branch '2.2' into 2.3
2 parents 6f23f9d + c3b3223 commit 1f85167

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

contributing/documentation/standards.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ look and feel familiar, you should follow these standards.
77
Sphinx
88
------
99

10-
* The following characters are choosen for different heading levels: level 1
10+
* The following characters are chosen for different heading levels: level 1
1111
is ``=``, level 2 ``-``, level 3 ``~``, level 4 ``.`` and level 5 ``"``;
1212
* Each line should break approximately after the first word that crosses the
1313
72nd character (so most lines end up being 72-78 characters);
1414
* The ``::`` shorthand is *preferred* over ``.. code-block:: php`` to begin a PHP
1515
code block (read `the Sphinx documentation`_ to see when you should use the
1616
shorthand);
17-
* Inline hyperlinks are **not** used. Seperate the link and their target
17+
* Inline hyperlinks are **not** used. Separate the link and their target
1818
definition, which you add on the bottom of the page;
1919
* You should use a form of *you* instead of *we*.
2020

reference/constraints/Url.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Basic Usage
6262
// src/Acme/BlogBundle/Entity/Author.php
6363
namespace Acme\BlogBundle\Entity;
6464
65-
use Symfomy\Component\Validator\Mapping\ClassMetadata;
65+
use Symfony\Component\Validator\Mapping\ClassMetadata;
6666
use Symfony\Component\Validator\Constraints as Assert;
6767
6868
class Author

reference/forms/types/entity.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ These options inherit from the :doc:`choice </reference/forms/types/choice>` typ
152152
.. note::
153153

154154
If you are working with a collection of Doctrine entities, it will be helpful
155-
to read the documention for the :doc:`/reference/forms/types/collection`
155+
to read the documentation for the :doc:`/reference/forms/types/collection`
156156
as well. In addition, there is a complete example in the cookbook article
157157
:doc:`/cookbook/form/form_collections`.
158158

0 commit comments

Comments
 (0)