@@ -117,11 +117,11 @@ must be a member of the team.
117117
118118 GET /teams/:id/members/:user
119119
120- ### Reponse if user is a member
120+ ### Response if user is a member
121121
122122<%= headers 204 %>
123123
124- ### Reponse if user is not a member
124+ ### Response if user is not a member
125125
126126<%= headers 404 %>
127127
@@ -133,7 +133,7 @@ is associated with.
133133
134134 PUT /teams/:id/members/:user
135135
136- ### Reponse
136+ ### Response
137137
138138<%= headers 204 %>
139139
@@ -157,7 +157,7 @@ NOTE: This does not delete the user, it just remove them from the team.
157157
158158 DELETE /teams/:id/members/:user
159159
160- ### Reponse
160+ ### Response
161161
162162<%= headers 204 %>
163163
@@ -174,11 +174,11 @@ NOTE: This does not delete the user, it just remove them from the team.
174174
175175 GET /teams/:id/repos/:user/:repo
176176
177- ### Reponse if repo is managed by this team
177+ ### Response if repo is managed by this team
178178
179179<%= headers 204 %>
180180
181- ### Reponse if repo is not managed by this team
181+ ### Response if repo is not managed by this team
182182
183183<%= headers 404 %>
184184
@@ -191,7 +191,7 @@ organization.
191191
192192 PUT /teams/:id/repos/:user/:repo
193193
194- ### Reponse
194+ ### Response
195195
196196<%= headers 204 %>
197197
@@ -215,7 +215,7 @@ NOTE: This does not delete the repo, it just removes it from the team.
215215
216216 DELETE /teams/:id/repos/:user/:repo
217217
218- ### Reponse
218+ ### Response
219219
220220<%= headers 204 %>
221221
0 commit comments