From 7e593a80ffa9f6733d62c4ed47c7f3cd46e102dd Mon Sep 17 00:00:00 2001 From: toast-gear <15716903+toast-gear@users.noreply.github.com> Date: Fri, 6 Aug 2021 17:36:11 +0100 Subject: [PATCH] docs: more improvements to the english used --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 061e270d..52143da6 100644 --- a/README.md +++ b/README.md @@ -519,7 +519,7 @@ immediately add "resource slack" for future GitHub Actions job runs. In contrast, the standard autoscaling requires you to wait next sync period to add insufficient runners. You can definitely shorten the sync period to make the standard autoscaling more responsive. -But doing so eventually result in the controller not functional due to GitHub API rate limit. +But doing so eventually results in the controller not being functional due to it being rated limited by the GitHub API. > You can learn the implementation details in [#282](https://github.com/actions-runner-controller/actions-runner-controller/pull/282)