From 39e9c199ea68b42436baf9c0f2b77cc06a590bef Mon Sep 17 00:00:00 2001 From: Sam O'Dell <31352624+samodell@users.noreply.github.com> Date: Thu, 17 Jan 2019 10:52:31 -0800 Subject: [PATCH] Update builder-contract.md (#782) * Update builder-contract.md * Update build/builder-contract.md Co-Authored-By: samodell <31352624+samodell@users.noreply.github.com> --- build/builder-contract.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/builder-contract.md b/build/builder-contract.md index d0e2311c2..d95d390ea 100644 --- a/build/builder-contract.md +++ b/build/builder-contract.md @@ -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: