Skip to content

Commit dbd06fa

Browse files
committed
Merge pull request github#185 from pborreli/typos
Fixed typos
2 parents 84f855f + d5a6a15 commit dbd06fa

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

content/guides/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ find the next page and the last page of results.
303303

304304
### Creating an issue
305305

306-
Now that we've seen how to paginate lsits of issues, let's create an issue from
306+
Now that we've seen how to paginate lists of issues, let's create an issue from
307307
the API.
308308

309309
curl -i -H 'Authorization: token 5199831f4dd3b79e7c5b7e0ebe75d67aa66e79d4' \

content/v3/activity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ have no effect on notifications or the activity feed.
1818

1919
## Watching
2020

21-
Watching a Repository registers the user to receive notificactions on new
21+
Watching a Repository registers the user to receive notifications on new
2222
discussions, as well as events in the user's activity feed.
2323

2424
## Events

content/v3/activity/notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ subscribed
200200
thread.
201201

202202
ignored
203-
: **boolean** Deterimines if all notifications should be blocked from this
203+
: **boolean** Determines if all notifications should be blocked from this
204204
thread.
205205

206206
### Response

content/v3/activity/settings.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ Update the notification settings for the authenticated user.
2020
### Parameters
2121

2222
participating.email
23-
: _Optional_ **boolean** `true` to receive participating notificationsn via
23+
: _Optional_ **boolean** `true` to receive participating notifications via
2424
email.
2525

2626
participating.web
27-
: _Optional_ **boolean** `true` to receive participating notificationsn via
27+
: _Optional_ **boolean** `true` to receive participating notifications via
2828
web.
2929

3030
watching.email
31-
: _Optional_ **boolean** `true` to receive watching notificationsn via
31+
: _Optional_ **boolean** `true` to receive watching notifications via
3232
email.
3333

3434
watching.web
35-
: _Optional_ **boolean** `true` to receive watching notificationsn via
35+
: _Optional_ **boolean** `true` to receive watching notifications via
3636
web.
3737

3838
<%= json \

content/v3/activity/watching.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Repository Watching | GitHub API
77
* TOC
88
{:toc}
99

10-
Watching a Repository registers the user to receive notificactions on new
10+
Watching a Repository registers the user to receive notifications on new
1111
discussions, as well as events in the user's activity feed. See [Repository
1212
Starring](/v3/activity/starring) for simple repository bookmarks.
1313

@@ -61,7 +61,7 @@ subscribed
6161
repository.
6262

6363
ignored
64-
: **boolean** Deterimines if all notifications should be blocked from this
64+
: **boolean** Determines if all notifications should be blocked from this
6565
repository.
6666

6767
### Response

0 commit comments

Comments
 (0)