Skip to content

Commit 62a39bc

Browse files
committed
Tweaks
1 parent c3e26ca commit 62a39bc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

components/lock.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,7 @@ PostgreSqlStore
460460

461461
The PostgreSqlStore uses `Advisory Locks`_ provided by PostgreSQL. It requires a
462462
`PDO`_ connection, a `Doctrine DBAL Connection`_, or a
463-
`Data Source Name (DSN)`_. it nativly supports blocking, as weel as sharing
464-
locks.
463+
`Data Source Name (DSN)`_. It supports native blocking, as well as sharing locks.
465464

466465
use Symfony\Component\Lock\Store\PostgreSqlStore;
467466

@@ -470,11 +469,11 @@ locks.
470469
$store = new PostgreSqlStore($databaseConnectionOrDSN);
471470

472471
In opposite to the ``PdoStore``, the ``PostgreSqlStore`` does not need a table to
473-
stores locks and does not expires.
472+
store locks and does not expire.
474473

475474
.. versionadded:: 5.2
476475

477-
PostgreSqlStore were introduced in Symfony 5.2.
476+
The ``PostgreSqlStore`` was introduced in Symfony 5.2.
478477

479478
.. _lock-store-redis:
480479

0 commit comments

Comments
 (0)