This repository was archived by the owner on Oct 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ objects.
5858
5959* ` gravatar_url ` is being deprecated in favor of ` avatar_url ` for all
6060 responses that include users or orgs. A default size is no longer
61- included in the url .
61+ included in the URL .
6262* Creating new gists (both anonymously and with an authenticated user)
6363 should use ` POST /gists ` from now on. ` POST /users/:user/gists ` is no
6464 longer supported.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ useful in the GitHub UI.
1717
1818As an example, one common use is for continuous integration
1919services to mark commits as passing or failing builds using Status. The
20- ` target_url ` would be the full url to the build output, and the
20+ ` target_url ` would be the full URL to the build output, and the
2121` description ` would be the high level summary of what happened with the
2222build.
2323
5454` success ` , ` error ` , or ` failure ` .
5555
5656target_url
57- : _ Optional_ ** string** Target url to associate with this status. This
57+ : _ Optional_ ** string** Target URL to associate with this status. This
5858URL will be linked from the GitHub UI to allow users to easily see the
5959'source' of the Status.
6060
You can’t perform that action at this time.
0 commit comments