Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6443d0e

Browse files
committed
Fix typos
1 parent 526e6ec commit 6443d0e

File tree

4 files changed

+163
-114
lines changed

4 files changed

+163
-114
lines changed

best_practices/configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ To override these variables with machine-specific or sensitive values, create a
4646

4747
.. seealso::
4848

49-
You can also encrypt sensitive informations like passwords, tokens, api key,
50-
secrets, etc... See :doc:`/configuration/secrets`.
49+
You can also encrypt sensitive information like passwords, tokens, API key,
50+
secrets, etc. See :doc:`/configuration/secrets`.
5151

5252
.. caution::
5353

configuration.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ instance, the framework bundle is configured in ``config/packages/framework.yaml
3636
php_errors:
3737
log: true
3838
39-
# Enables secrets management
40-
# secrets: true
41-
4239
.. code-block:: xml
4340
4441
<!-- config/packages/framework.xml -->
@@ -59,8 +56,6 @@ instance, the framework bundle is configured in ``config/packages/framework.yaml
5956
<framework:session/>
6057
6158
<framework:php-errors log="true"/>
62-
63-
<!--<framework:secrets/>-->
6459
</framework:config>
6560
</container>
6661
@@ -83,7 +78,6 @@ instance, the framework bundle is configured in ``config/packages/framework.yaml
8378
'php_errors' => [
8479
'log' => true,
8580
],
86-
//'secrets' => true,
8781
]);
8882
8983
The top-level key (here ``framework``) references configuration for a specific

0 commit comments

Comments
 (0)