Skip to content

Commit 7daa1d7

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: [Rate Limiter] Typo in Rate Limiter Status example
2 parents 725f82f + 4114f62 commit 7daa1d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rate_limiter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ the :class:`Symfony\\Component\\RateLimiter\\Reservation` object returned by the
293293

294294
// ...
295295

296-
$reponse = new Response('...');
296+
$response = new Response('...');
297297
$response->headers->add($headers);
298298

299299
return $response;

0 commit comments

Comments
 (0)