Skip to content

Commit 296b785

Browse files
committed
docs: remove unneeded space
1 parent b3fca93 commit 296b785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/general/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ change it to an array if the value of the defined property is a scalar.
200200
For example, you cannot just put ``app.myNewConfig = foo`` in your **.env** and
201201
expect your ``Config\App`` to magically have that property and value at run time.
202202

203-
When you have the property ``$default = ['encrypt' => false]`` in your
203+
When you have the property ``$default = ['encrypt' => false]`` in your
204204
``Config\Database``, you cannot change the ``encrypt`` value to an array even if
205205
you put ``database.default.encrypt.ssl_verify = true`` in your **.env**.
206206

0 commit comments

Comments
 (0)