Skip to content

Commit cd36c2e

Browse files
committed
Fixed typos
1 parent b448f2b commit cd36c2e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

content/v3/issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ filter
3333
* `created`: Issues created by you
3434
* `mentioned`: Issues mentioning you
3535
* `subscribed`: Issues you're subscribed to updates for
36-
* `all`: All issues the authenticated user can see, regardless of particpation or creation
36+
* `all`: All issues the authenticated user can see, regardless of participation or creation
3737

3838
state
3939
: `open`, `closed`, default: `open`

content/v3/pulls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Pull Request.
9999

100100
<%= json \
101101
:issue => "5",
102-
:head => "ocotocat:new-feature",
102+
:head => "octocat:new-feature",
103103
:base => "master"
104104
%>
105105

content/v3/users/followers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ auth or OAuth with the `user:follow` scope.
6464

6565
DELETE /user/following/:user
6666

67-
Unfollowing a user requres the user to be logged in and authenticated with basic
67+
Unfollowing a user requires the user to be logged in and authenticated with basic
6868
auth or OAuth with the `user:follow` scope.
6969

7070
### Response

lib/resources.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ def text_html(response, status, head = {})
520520
"signature" => "mwnFDC...",
521521
"bucket" => "github",
522522
"accesskeyid" => "1ABCDEFG...",
523-
"path" => "downloads/ocotocat/Hello-World/new_file.jpg",
523+
"path" => "downloads/octocat/Hello-World/new_file.jpg",
524524
"acl" => "public-read",
525525
"expirationdate" => "2011-04-14T16:00:49Z",
526526
"prefix" => "downloads/octocat/Hello-World/",

0 commit comments

Comments
 (0)