File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff 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
307307the API.
308308
309309 curl -i -H 'Authorization: token 5199831f4dd3b79e7c5b7e0ebe75d67aa66e79d4' \
Original file line number Diff line number Diff 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
2222discussions, as well as events in the user's activity feed.
2323
2424## Events
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ subscribed
200200thread.
201201
202202ignored
203- : ** boolean** Deterimines if all notifications should be blocked from this
203+ : ** boolean** Determines if all notifications should be blocked from this
204204thread.
205205
206206### Response
Original file line number Diff line number Diff line change @@ -20,19 +20,19 @@ Update the notification settings for the authenticated user.
2020### Parameters
2121
2222participating.email
23- : _ Optional_ ** boolean** ` true ` to receive participating notificationsn via
23+ : _ Optional_ ** boolean** ` true ` to receive participating notifications via
2424email.
2525
2626participating.web
27- : _ Optional_ ** boolean** ` true ` to receive participating notificationsn via
27+ : _ Optional_ ** boolean** ` true ` to receive participating notifications via
2828web.
2929
3030watching.email
31- : _ Optional_ ** boolean** ` true ` to receive watching notificationsn via
31+ : _ Optional_ ** boolean** ` true ` to receive watching notifications via
3232email.
3333
3434watching.web
35- : _ Optional_ ** boolean** ` true ` to receive watching notificationsn via
35+ : _ Optional_ ** boolean** ` true ` to receive watching notifications via
3636web.
3737
3838<%= json \
Original file line number Diff line number Diff 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
1111discussions, as well as events in the user's activity feed. See [ Repository
1212Starring] ( /v3/activity/starring ) for simple repository bookmarks.
1313
@@ -61,7 +61,7 @@ subscribed
6161repository.
6262
6363ignored
64- : ** boolean** Deterimines if all notifications should be blocked from this
64+ : ** boolean** Determines if all notifications should be blocked from this
6565repository.
6666
6767### Response
You can’t perform that action at this time.
0 commit comments