Remove repeated words (#654)

Signed-off-by: GuessWhoSamFoo <sfoohei@gmail.com>
This commit is contained in:
Sam Foo 2018-12-11 15:47:16 -05:00 committed by Knative Prow Robot
parent b2f3d89bc3
commit b75f11ab4a
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ events from your public repositories and to create webhooks for those
repositories. Copy and save this token; GitHub will force you to
generate it again if misplaced.
Here's an example for a token named "GitHubSource Sample" with the the
Here's an example for a token named "GitHubSource Sample" with the
recommended scopes:
![GitHub UI](personal_access_token.png "GitHub personal access token screenshot")

View File

@ -81,7 +81,7 @@ per pod (concurrency). The system has a default
[target concurrency of 100.0](https://github.com/knative/serving/blob/3f00c39e289ed4bfb84019131651c2e4ea660ab5/config/config-autoscaler.yaml#L35).
For example, if a Revision is receiving 350 requests per second, each of which
takes about about .5 seconds, Knative Serving will determine the Revision needs
takes about .5 seconds, Knative Serving will determine the Revision needs
about 2 pods
```