Skip to content

Commit c2a3742

Browse files
committed
Tweak
1 parent 1c4cbc3 commit c2a3742

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/configuration/framework.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,9 +1448,9 @@ storage_factory_id
14481448

14491449
**type**: ``string`` **default**: ``'session.storage.factory.native'``
14501450

1451-
The service ID used for creatig the ``SessionStorageInterface`` that will store
1452-
the session. The ``session.storage.factory`` service alias will be set to this
1453-
service. The class has to implement
1451+
The service ID used for creating the ``SessionStorageInterface`` that stores
1452+
the session. This service is available in the Symfony application via the
1453+
``session.storage.factory`` service alias. The class has to implement
14541454
:class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageFactoryInterface`.
14551455
To see a list of all available storages, run:
14561456

0 commit comments

Comments
 (0)