8000 minor #3657 Fix typos, remove trailing whitespace. (ifdattic) · symfony/symfony-docs@d617011 · GitHub
[go: up one dir, main page]

Skip to content

Commit d617011

Browse files
committed
minor #3657 Fix typos, remove trailing whitespace. (ifdattic)
This PR was merged into the 2.3 branch. Discussion ---------- Fix typos, remove trailing whitespace. | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets | Commits ------- 2ec09a3 Fix typos, remove trailing whitespace.
2 parents 1b4f6a6 + 2ec09a3 commit d617011

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

components/serializer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ JMSSerializer
186186

187187
A popular third-party library, `JMS serializer`_, provides a more
188188
sophisticated albeit more complex solution. This library includes the
189-
ability to configure how your objects should be serialize/deserialized via
189+
ability to configure how your objects should be serialized/deserialized via
190190
annotations (as well as YAML, XML and PHP), integration with the Doctrine ORM,
191191
and handling of other complex cases (e.g. circular references).
192192

reference/configuration/framework.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ cookie_lifetime
171171

172172
**type**: ``integer`` **default**: ``null``
173173

174-
This determines the lifetime of the session - in seconds. It will use ``null`` by
174+
This determines the lifetime of the session - in seconds. It will use ``null`` by
175175
default, which means ``session.cookie_lifetime`` value from ``php.ini`` will be used.
176-
Setting this value to ``0`` means the cookie is valid for the length of the browser
176+
Setting this value to ``0`` means the cookie is valid for the length of the browser
177177
session.
178178

179179
cookie_path
@@ -204,7 +204,7 @@ cookie_httponly
204204

205205
**type**: ``Boolean`` **default**: ``false``
206206

207-
This determines whether cookies should only accessible through the HTTP protocol.
207+
This determines whether cookies should only be accessible through the HTTP protocol.
208208
This means that the cookie won't be accessible by scripting languages, such
209209
as JavaScript. This setting can effectively help to reduce identity theft
210210
through XSS attacks.

reference/constraints/UniqueEntity.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ table:
6464
* @Assert\Email()
6565
*/
6666
protected $email;
67-
67+
6868
// ...
6969
}
7070
@@ -97,7 +97,7 @@ table:
9797
9898
// DON'T forget this use statement!!!
9999
use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity;
100-
100+
101101
class Author
102102
{
103103
public static function loadValidatorMetadata(ClassMetadata $metadata)
@@ -142,8 +142,8 @@ em
142142
**type**: ``string``
143143

144144
The name of the entity manager to use for making the query to determine the
145-
uniqueness. If it's left blank, the correct entity manager will determined for
146-
this class. For that reason, this option should probably not need to be
145+
uniqueness. If it's left blank, the correct entity manager will be determined
146+
for this class. For that reason, this option should probably not need to be
147147
used.
148148

149149
repositoryMethod

reference/dic_tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ translation.loader
903903
904904
**Purpose**: To register a custom service that loads translations
905905
906-
By default, translations are loaded form the filesystem in a variety of different
906+
By default, translations are loaded from the filesystem in a variety of different
907907
formats (YAML, XLIFF, PHP, etc). If you need to load translations from some
908908
other source, first create a class that implements the
909909
:class:`Symfony\\Component\\Translation\\Loader\\LoaderInterface` interface::

reference/forms/twig_reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ to see what options you have available.
267267

268268
Behind the scenes, these variables are made available to the ``FormView``
269269
object of your form when the Form component calls ``buildView`` and ``buildViewBottomUp``
270-
on each "node" of your form tree. To see what "view" variables a particularly
270+
on each "node" of your form tree. To see what "view" variables a particular
271271
field has, find the source code for the form field (and its parent fields)
272272
and look at the above two functions.
273273

0 commit comments

Comments
 (0)
0