Skip to content

Commit ca12801

Browse files
committed
docs(lock): fix typo in symfony lock documentation
1 parent 576e398 commit ca12801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lock.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Locking a Dynamic Resource
190190

191191
Sometimes the application is able to cut the resource into small pieces in order
192192
to lock a small subset of process and let other through. In our previous example
193-
with see how to lock the ``$pdf->getOrCreatePdf('terms-of-use')`` for everybody,
193+
we've seen how to lock the ``$pdf->getOrCreatePdf('terms-of-use')`` for everybody,
194194
now let's see how to lock ``$pdf->getOrCreatePdf($version)`` only for
195195
processes asking for the same ``$version``::
196196

0 commit comments

Comments
 (0)