File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1474,11 +1474,11 @@ installed in your application::
1474
1474
:class: `Symfony\\ Component\\ HttpClient\\ CachingHttpClient ` accepts a third argument
1475
1475
to set the options of the :class: `Symfony\\ Component\\ HttpKernel\\ HttpCache\\ HttpCache `.
1476
1476
1477
- Limits Number of Requests
1477
+ Limit the Number of Requests
1478
1478
-------------------------
1479
1479
1480
1480
This component provides a :class: `Symfony\\ Component\\ HttpClient\\ ThrottlingHttpClient `
1481
- decorator that allows to limits the number of requests within a certain period.
1481
+ decorator that allows to limit the number of requests within a certain period.
1482
1482
1483
1483
The implementation leverages the
1484
1484
:class: `Symfony\\ Component\\ RateLimiter\\ LimiterInterface ` class under the hood
@@ -1499,7 +1499,7 @@ installed in your application::
1499
1499
}
1500
1500
1501
1501
foreach ($requests as $request) {
1502
- // Depending of rate limiting policy, calls will be delayed
1502
+ // Depending on rate limiting policy, calls will be delayed
1503
1503
$output->writeln($request->getContent());
1504
1504
}
1505
1505
You can’t perform that action at this time.
0 commit comments