Skip to content
This repository was archived by the owner on Oct 5, 2025. It is now read-only.

Commit 4480034

Browse files
committed
Fix URL to all caps when in sentence
1 parent 21fdcaa commit 4480034

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

content/v3/repos/statuses.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ useful in the GitHub UI.
1717

1818
As an example, one common use is for continuous integration
1919
services 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
2222
build.
2323

@@ -54,7 +54,7 @@ state
5454
`success`, `error`, or `failure`.
5555

5656
target_url
57-
: _Optional_ **string** Target url to associate with this status. This
57+
: _Optional_ **string** Target URL to associate with this status. This
5858
URL will be linked from the GitHub UI to allow users to easily see the
5959
'source' of the Status.
6060

0 commit comments

Comments
 (0)