Update builder-contract.md (#782)

* Update builder-contract.md

* Update build/builder-contract.md

Co-Authored-By: samodell <31352624+samodell@users.noreply.github.com>
This commit is contained in:
Sam O'Dell 2019-01-17 10:52:31 -08:00 committed by Knative Prow Robot
parent 1c15c8e5f4
commit 39e9c199ea
1 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,10 @@ expected to adhere.
## What is a builder?
A builder image is a special classification for images that run as a part of the
Build CRD's `steps:`.
Build CRD's `steps`.
For example, in the following Build the images, `gcr.io/cloud-builders/gcloud`
and `gcr.io/cloud-builders/docker` are "builders".:
and `gcr.io/cloud-builders/docker` are "builders":
```yaml
spec: