Skip to content

Commit e62da0a

Browse files
committed
Merge pull request github#264 from github/jdennes-starring-fixes
Fixes some inconsistency between starring and watching terminology.
2 parents 0e851a8 + 240d36a commit e62da0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/v3/activity/starring.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ List repositories being starred by a user.
4141
# Legacy, using github.beta media type.
4242
GET /users/:user/watched
4343

44-
List repositories being watched by the authenticated user.
44+
List repositories being starred by the authenticated user.
4545

4646
GET /user/starred
4747

@@ -72,11 +72,11 @@ Requires for the user to be authenticated.
7272
# Legacy, using github.beta media type.
7373
GET /user/watched/:owner/:repo
7474

75-
### Response if this repository is watched by you
75+
### Response if this repository is starred by you
7676

7777
<%= headers 204 %>
7878

79-
### Response if this repository is not watched by you
79+
### Response if this repository is not starred by you
8080

8181
<%= headers 404 %>
8282

0 commit comments

Comments
 (0)