From 8fbb5336b1d5f390bd9b3b9e4655aa667540cc5e Mon Sep 17 00:00:00 2001 From: Ihsan Mokhlisse Date: Thu, 13 Mar 2025 17:39:02 +0100 Subject: [PATCH] fix miss speling --- rest_api/workloads_apis/build-build-openshift-io-v1.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rest_api/workloads_apis/build-build-openshift-io-v1.adoc b/rest_api/workloads_apis/build-build-openshift-io-v1.adoc index 39d4899327e2..b8acfa25d0e8 100644 --- a/rest_api/workloads_apis/build-build-openshift-io-v1.adoc +++ b/rest_api/workloads_apis/build-build-openshift-io-v1.adoc @@ -1984,7 +1984,7 @@ Required:: | `stages` | `array` -| stages contains details about each stage that occurs during the build including start time, duration (in milliseconds), and the steps that occured within each stage. +| stages contains details about each stage that occurs during the build including start time, duration (in milliseconds), and the steps that occurred within each stage. | `stages[]` | `object` @@ -2103,7 +2103,7 @@ Please note that this field may not always be set even if the push completes suc Description:: + -- -stages contains details about each stage that occurs during the build including start time, duration (in milliseconds), and the steps that occured within each stage. +stages contains details about each stage that occurs during the build including start time, duration (in milliseconds), and the steps that occurred within each stage. -- Type::