Skip to content

Commit 3bb5d61

Browse files
committed
[#1564] Bringing in some of the typo fixes made by @pborreli
1 parent 90b2803 commit 3bb5d61

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cookbook/doctrine/dbal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The SchemaTool is used to inspect the database to compare the schema. To
133133
achieve this task, it needs to know which mapping type needs to be used
134134
for each database types. Registering new ones can be done through the configuration.
135135

136-
Let's map the ENUM type (not suppoorted by DBAL by default) to a the ``string``
136+
Let's map the ENUM type (not supported by DBAL by default) to a the ``string``
137137
mapping type:
138138

139139
.. configuration-block::

cookbook/security/acl_advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Object Identities
3434
The ACL system is completely decoupled from your domain objects. They don't
3535
even have to be stored in the same database, or on the same server. In order
3636
to achieve this decoupling, in the ACL system your objects are represented
37-
through object identity objects. Everytime you want to retrieve the ACL for a
37+
through object identity objects. Every time you want to retrieve the ACL for a
3838
domain object, the ACL system will first create an object identity from your
3939
domain object, and then pass this object identity to the ACL provider for
4040
further processing.

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ would be ``/images/logo.png?version=5``.
216216
.. note::
217217

218218
All percentage signs (``%``) in the format string must be doubled to escape
219-
the character. Without escaping, values might inadvertently be interpretted
219+
the character. Without escaping, values might inadvertently be interpreted
220220
as :ref:`book-service-container-parameters`.
221221

222222
.. tip::

0 commit comments

Comments
 (0)