mirror of https://github.com/knative/docs.git
Fix syntax error in builds.md (#282)
There are two "of the" in the sentence, should be only one.
This commit is contained in:
parent
f4642e3147
commit
09dfac7cd5
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue