Skip to content

Commit b142a03

Browse files
committed
Use sentence case for section headings
1 parent 2006b5f commit b142a03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/v3/orgs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you make an unauthenticated call, you will list all [public memberships](http
2929
<%= headers 200, :pagination => default_pagination_rels %>
3030
<%= json(:org) { |h| [h] } %>
3131

32-
## Get an Organization
32+
## Get an organization
3333

3434
GET /orgs/:org
3535

@@ -38,7 +38,7 @@ If you make an unauthenticated call, you will list all [public memberships](http
3838
<%= headers 200 %>
3939
<%= json(:full_org) %>
4040

41-
## Edit an Organization
41+
## Edit an organization
4242

4343
PATCH /orgs/:org
4444

0 commit comments

Comments
 (0)