Skip to content

Commit

Permalink
Wording typo (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehershey committed Dec 30, 2022
1 parent dbcaee9 commit 0bcdf29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/reference/pipeline/stages/_index.md
Expand Up @@ -199,7 +199,7 @@ Make an API call to an external system as part of your pipeline.

Supply the URL to send the request to and the desired HTTP method, as well as
optionally any desired custom headers and a JSON payload to add to the request.
At this point, this stage is marked successful as if it receives a 2XX or 3XX
At this point, this stage is marked as successful if it receives a 2XX or 3XX
response, fails on a 4XX, or retries on 5XX. The webhook URL, payload, status
endpoint, and final status are all shown under the pipeline execution details in
the Spinnaker UI.
Expand Down

0 comments on commit 0bcdf29

Please sign in to comment.