Skip to content

Commit 4114f62

Browse files
committed
minor #15082 Typo in Rate Limiter Status example (robmeijer)
This PR was merged into the 5.2 branch. Discussion ---------- Typo in Rate Limiter Status example This fixes a typo in the Rate Limiter Status example. Commits ------- 607eb25 [Rate Limiter] Typo in Rate Limiter Status example
2 parents 4626646 + 607eb25 commit 4114f62

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)