Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6c4859d

Browse files
committed
Fix typos
1 parent7674766 commit6c4859d

14 files changed

+15
-15
lines changed

‎content/changes/2012-11-29-gitignore-templates.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
We recently [made it easy][init-post] to initialize a repository when you create
77
it [via the API][repo-create]. One of the options you can pass when creating a
88
repository is `gitignore_template`. This value is the name of one of the
9-
templates from thethepublic [GitHub .gitignore repository][templates-repo].
9+
templates from the public [GitHub .gitignore repository][templates-repo].
1010

1111
The [Gitignore Templates API][new-api] makes it easy to list those templates:
1212

‎content/changes/2014-04-22-deprecating-beta-media-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author_name: jasonrudolph
55

66
Now that the GitHub API is[serving the v3 media type by default][v3-default], we are deprecating the legacy[beta media type][beta].
77

8-
We will eventually remove support for the beta media type, but we have no official retirement date toannouce at the moment. When the time comes, rest assured that we'll announce the retirement with plenty of notice. In the meantime, existing API clients that rely on the beta media type should start making plans to migrate to v3. The beta media type differs from v3 in[just a few places][differences]. In most cases, migrating an application from the beta media type to the v3 media type is smooth and painless.
8+
We will eventually remove support for the beta media type, but we have no official retirement date toannounce at the moment. When the time comes, rest assured that we'll announce the retirement with plenty of notice. In the meantime, existing API clients that rely on the beta media type should start making plans to migrate to v3. The beta media type differs from v3 in[just a few places][differences]. In most cases, migrating an application from the beta media type to the v3 media type is smooth and painless.
99

1010
As always, if you have any questions, please[get in touch][contact].
1111

‎content/changes/2014-10-21-deployment-webhook-payload-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deployment webhook payload changes
33
author_name:atmos
44
---
55

6-
On November 4th, 2014, we will begin sending a new format for[deployment][1] and[deployment status][2] payloads for webhooks. In the meantime we'll be running in acompatability mode that will give integrators the time needed to start taking advantage of the new format. Integrators who are working with webhooks and deployments are advised to upgrade to the new payload format to avoid service interruption.
6+
On November 4th, 2014, we will begin sending a new format for[deployment][1] and[deployment status][2] payloads for webhooks. In the meantime we'll be running in acompatibility mode that will give integrators the time needed to start taking advantage of the new format. Integrators who are working with webhooks and deployments are advised to upgrade to the new payload format to avoid service interruption.
77

88
This change brings the payloads for these events more inline with the responses you'd receive from the API. Instead of having deployment and deployment status attributes as top-level keys, we will now nest them under`deployment` and`deployment_status` keys. Since we're still in the[preview period][3] for the deployments API we felt it was best to correct this inconsistency now.
99

‎content/changes/2014-10-24-status-api-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ to 1000 per commit SHA, repository, and context.
99
Beginning Monday, November 3rd, we will trim existing data sets that exceed this limit, deleting the oldest
1010
records first. Attempts to create statuses beyond that limit will result in a[validation error].
1111

12-
If you have any feedback or questions, please don'thesistate to[contact] us.
12+
If you have any feedback or questions, please don'thesitate to[contact] us.
1313

1414
[statuses]:/v3/repos/statuses/
1515
[validation error]:https://developer.github.com/v3/#client-errors

‎content/changes/2014-12-08-removing-authorizations-token.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author_name: ptoomey3
55

66
Since OAuth access tokens function like passwords, they should be treated with
77
care. Today we are making it easier to more securely work with authorizations
8-
via the Authorizations API. We are deprecating the useuseof the`token`
8+
via the Authorizations API. We are deprecating the use of the`token`
99
attribute in the majority of the[Authorizations API](/v3/oauth_authorizations/)
1010
responses. For the[affected APIs][authorizations-token-deprecation-notice], the
1111
`token` attribute will soon return an empty string. To get ready for that
@@ -60,7 +60,7 @@ for the same client ID and user.
6060
[OAuth applications listing on GitHub][app-listing].
6161

6262
*[Get-or-create an authorization for a specific app and fingerprint][get-or-create-for-app-fingerprint]
63-
is a new API that isanalagous to the
63+
is a new API that isanalogous to the
6464
[Get-or-create an authorization for a specific app][get-or-create-for-app]
6565
API, but adds support for the new`fingerprint` request parameter.
6666

‎content/changes/2015-06-24-licenses-api-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Before, license information was only returned for an individual repository:
99

1010
GET /repos/github/hubot
1111

12-
Now, license information will also be included inreponses from endpoints that list multiple repositories, such as[List organization repositories](/v3/repos/#list-organization-repositories):
12+
Now, license information will also be included inresponses from endpoints that list multiple repositories, such as[List organization repositories](/v3/repos/#list-organization-repositories):
1313

1414
GET /orgs/github/repos
1515

‎content/guides/delivering-deployments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Deployments can have some metadata attached to them, in the form of a `payload`
125125
and a`description`. Although these values are optional, it's helpful to use
126126
for logging and representing information.
127127

128-
When a new deployment is created, a completely separate event istrigged. That's
128+
When a new deployment is created, a completely separate event istriggered. That's
129129
why we have a new`switch` case in the event handler for`deployment`. You can
130130
use this information to be notified when a deployment has been triggered.
131131

‎content/guides/traversing-with-pagination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ clicked_results = client.search_code('addClass user:mozilla', :page => random_pa
241241
```
242242

243243
If we wanted to get fancy, we could also grab the previous and next pages, in
244-
order to generate links for back (`<<`) andfoward (`>>`) elements:
244+
order to generate links for back (`<<`) andforward (`>>`) elements:
245245

246246
```ruby
247247
prev_page_href= client.last_response.rels[:prev]? client.last_response.rels[:prev].href :"(none)"

‎content/v3/gists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Gist API provides up to one megabyte of content for each file in the gist. E
2020

2121
If you need the full contents of the file, you can make a`GET` request to the URL specified by`raw_url`. Be aware that for files larger than ten megabytes, you'll need to clone the gist via the URL provided by`git_pull_url`.
2222

23-
In addition to a specific file's contents being truncated, the entire files list may betrucated if the total number exceeds 300 files. If the top level`truncated` key is`true`, only the first 300 files have been returned in the files list. If you need to fetch all of the gist's files, you'll need to clone the gist via the URL provided by`git_pull_url`.
23+
In addition to a specific file's contents being truncated, the entire files list may betruncated if the total number exceeds 300 files. If the top level`truncated` key is`true`, only the first 300 files have been returned in the files list. If you need to fetch all of the gist's files, you'll need to clone the gist via the URL provided by`git_pull_url`.
2424

2525
##List a user's gists
2626

‎content/v3/git/commits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The response will include a `verification` field whose value is an object descri
9090
Name | Type | Description
9191
-----|------|--------------
9292
`verified`|`boolean` | Does GitHub consider the signature in this commit to be verified?
93-
`reason`|`string` | The reason for`verified` value. Possible values and their meanings are enumerated in the tablebellow.
93+
`reason`|`string` | The reason for`verified` value. Possible values and their meanings are enumerated in the tablebelow.
9494
`signature`|`string` | The signature that was extracted from the commit.
9595
`payload`|`string` | The value that was signed.
9696

‎content/v3/git/tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The response will include a `verification` field whose value is an object descri
9494
Name | Type | Description
9595
-----|------|--------------
9696
`verified`|`boolean` | Does GitHub consider the signature in this tag to be verified?
97-
`reason`|`string` | The reason for`verified` value. Possible values and their meanings are enumerated in the tablebellow.
97+
`reason`|`string` | The reason for`verified` value. Possible values and their meanings are enumerated in the tablebelow.
9898
`signature`|`string` | The signature that was extracted from the tag.
9999
`payload`|`string` | The value that was signed.
100100

‎content/v3/migration/source_imports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ This section includes details about Git LFS related fields that may be present i
175175
*`use_lfs` - describes whether the import has been opted in or out of using Git LFS. The value can be`opt_in`,`opt_out`, or`undecided` if no action has been taken.
176176
*`has_large_files` - the boolean value describing whether files larger than 100MB were found during the`importing` step.
177177
*`large_files_size` - the total size in gigabytes of files larger than 100MB found in the originating repository.
178-
*`large_files_count` - the total number ofoffiles larger than 100MB found in the originating repository. To see a list of these files, make a "Get Large Files" request.
178+
*`large_files_count` - the total number of files larger than 100MB found in the originating repository. To see a list of these files, make a "Get Large Files" request.
179179

180180
##Update existing import
181181

‎content/v3/repos/commits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The response will include a `verification` field whose value is an object descri
116116
Name | Type | Description
117117
-----|------|--------------
118118
`verified`|`boolean` | Does GitHub consider the signature in this commit to be verified?
119-
`reason`|`string` | The reason for`verified` value. Possible values and their meanings are enumerated in the tablebellow.
119+
`reason`|`string` | The reason for`verified` value. Possible values and their meanings are enumerated in the tablebelow.
120120
`signature`|`string` | The signature that was extracted from the commit.
121121
`payload`|`string` | The value that was signed.
122122

‎content/v3/repos/hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Repository Webhooks API allows repository admins to manage the post-receive
1010
hooks for a repository. Webhooks can be managed using the JSON HTTP API,
1111
or the[PubSubHubbub API](#pubsubhubbub).
1212

13-
If you would like to set up a single webhook to receive events from all of your organization'srespositories, check out our[API documentation for Organization Webhooks][org-hooks].
13+
If you would like to set up a single webhook to receive events from all of your organization'srepositories, check out our[API documentation for Organization Webhooks][org-hooks].
1414

1515
##List hooks
1616

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp