Skip to content

Fix Typo #90241

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix Typo #90241

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions rest_api/workloads_apis/build-build-openshift-io-v1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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::
Expand Down