We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78aba4 commit adf1978Copy full SHA for adf1978
rate_limiter.rst
@@ -129,7 +129,7 @@ the number of requests to the API::
129
class ApiController extends AbstractController
130
{
131
// if you're using service autowiring, the variable name must be:
132
- // "rate limiter name" (in camelCase) + "limiter" suffix
+ // "rate limiter name" (in camelCase) + "Limiter" suffix
133
public function index(RateLimiterFactory $anonymousApiLimiter)
134
135
// create a limiter based on a unique identifier of the client
0 commit comments