File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ The SchemaTool is used to inspect the database to compare the schema. To
133
133
achieve this task, it needs to know which mapping type needs to be used
134
134
for each database types. Registering new ones can be done through the configuration.
135
135
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 ``
137
137
mapping type:
138
138
139
139
.. configuration-block ::
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Object Identities
34
34
The ACL system is completely decoupled from your domain objects. They don't
35
35
even have to be stored in the same database, or on the same server. In order
36
36
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
38
38
domain object, the ACL system will first create an object identity from your
39
39
domain object, and then pass this object identity to the ACL provider for
40
40
further processing.
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ would be ``/images/logo.png?version=5``.
216
216
.. note ::
217
217
218
218
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
220
220
as :ref: `book-service-container-parameters `.
221
221
222
222
.. tip ::
You can’t perform that action at this time.
0 commit comments