Skip to content

Commit e20d26b

Browse files
committed
minor symfony#6696 Typo fix (jevgenijusr)
This PR was submitted for the 3.0 branch but it was merged into the 2.7 branch instead (closes symfony#6696). Discussion ---------- Typo fix "has sets" doesn't make sense. There has to be either "has" or "sets" only. Commits ------- 1a2fddb Typo fix
2 parents 5194a6a + 1a2fddb commit e20d26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/session/php_bridge.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If you're integrating the Symfony full-stack Framework into a legacy application
1111
that starts the session with ``session_start()``, you may still be able to
1212
use Symfony's session management by using the PHP Bridge session.
1313

14-
If the application has sets it's own PHP save handler, you can specify null
14+
If the application has it's own PHP save handler, you can specify null
1515
for the ``handler_id``:
1616

1717
.. configuration-block::

0 commit comments

Comments
 (0)