diff --git a/rate_limiter.rst b/rate_limiter.rst index 99617f20d59..6982f88cae4 100644 --- a/rate_limiter.rst +++ b/rate_limiter.rst @@ -293,7 +293,7 @@ the :class:`Symfony\\Component\\RateLimiter\\Reservation` object returned by the // ... - $reponse = new Response('...'); + $response = new Response('...'); $response->headers->add($headers); return $response;