From ca12801a7b524182f773b1c84543df3b00111381 Mon Sep 17 00:00:00 2001 From: Hugo Nicolas Date: Thu, 2 Dec 2021 07:56:44 +0100 Subject: [PATCH] docs(lock): fix typo in symfony lock documentation --- lock.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lock.rst b/lock.rst index 3fde32ee190..de61cfb133b 100644 --- a/lock.rst +++ b/lock.rst @@ -190,7 +190,7 @@ Locking a Dynamic Resource Sometimes the application is able to cut the resource into small pieces in order to lock a small subset of process and let other through. In our previous example -with see how to lock the ``$pdf->getOrCreatePdf('terms-of-use')`` for everybody, +we've seen how to lock the ``$pdf->getOrCreatePdf('terms-of-use')`` for everybody, now let's see how to lock ``$pdf->getOrCreatePdf($version)`` only for processes asking for the same ``$version``::