Skip to content

Commit 7af74e8

Browse files
committed
some typos
1 parent 923c0d0 commit 7af74e8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/changes/2012-9-5-watcher-api.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
keep from clashing with the legacy endpoint.
3434

3535
* `/repos/:owner/:repo/subscribers` - A list of users watching the repository.
36-
* `/users/:user/subscribed` - A list of repositories that a user has starred.
36+
* `/users/:user/subscribed` - A list of repositories that a user is watching.
3737
* `/user/subscriptions` - A list of repositories the current user is watching.
3838

3939
We'll also add a copy of the legacy Watchers API in the new endpoint:
@@ -77,3 +77,6 @@
7777
point, you should be using the starring endpoints for starred repositories, and
7878
the watch endpoints for watched repositories.
7979

80+
At this point, keep on passing the "v3" mimetype in your application, until the
81+
API has another breaking change to make.
82+

0 commit comments

Comments
 (0)