Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/guides/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ find the next page and the last page of results.

### Creating an issue

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

curl -i -H 'Authorization: token 5199831f4dd3b79e7c5b7e0ebe75d67aa66e79d4' \
Expand Down
2 changes: 1 addition & 1 deletion content/v3/activity.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ have no effect on notifications or the activity feed.

## Watching

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

## Events
Expand Down
2 changes: 1 addition & 1 deletion content/v3/activity/notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ subscribed
thread.

ignored
: **boolean** Deterimines if all notifications should be blocked from this
: **boolean** Determines if all notifications should be blocked from this
thread.

### Response
Expand Down
8 changes: 4 additions & 4 deletions content/v3/activity/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ Update the notification settings for the authenticated user.
### Parameters

participating.email
: _Optional_ **boolean** `true` to receive participating notificationsn via
: _Optional_ **boolean** `true` to receive participating notifications via
email.

participating.web
: _Optional_ **boolean** `true` to receive participating notificationsn via
: _Optional_ **boolean** `true` to receive participating notifications via
web.

watching.email
: _Optional_ **boolean** `true` to receive watching notificationsn via
: _Optional_ **boolean** `true` to receive watching notifications via
email.

watching.web
: _Optional_ **boolean** `true` to receive watching notificationsn via
: _Optional_ **boolean** `true` to receive watching notifications via
web.

<%= json \
Expand Down
4 changes: 2 additions & 2 deletions content/v3/activity/watching.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Repository Watching | GitHub API
* TOC
{:toc}

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

Expand Down Expand Up @@ -61,7 +61,7 @@ subscribed
repository.

ignored
: **boolean** Deterimines if all notifications should be blocked from this
: **boolean** Determines if all notifications should be blocked from this
repository.

### Response
Expand Down