Fix syntax error in builds.md (#282)

There are two "of the" in the sentence, should be only one.
This commit is contained in:
Khotyn Huang 2018-07-27 11:49:35 +08:00 committed by Google Prow Robot
parent f4642e3147
commit 09dfac7cd5
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ define one or more `steps` fields to define the body of a build.
Each `steps` in a build must specify a `Builder`, or type of container image that
adheres to the [Knative builder contract](./builder-contract.md). For each of
the of the `steps` fields, or container images that you define:
the `steps` fields, or container images that you define:
* The `Builder`-type container images are run and evaluated in order, starting
from the top of the configuration file.