Skip to content

Commit b074c05

Browse files
another small typo
1 parent 537dc63 commit b074c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop-docs/backend/api/design.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Expanding responses allow us to include relational information on a resource wit
237237

238238
In general, endpoints should expose the fewest fields that will make the API usable in the general scenario. Doing one SQL request per API request is a good rule of thumb. To return information on a bounded relationship, endpoints should rely on the `expand` parameter. To return an unbounded relationship, it should be another endpoint.
239239

240-
To take an example, let's talk about the projects list endpoint. A project belongs to an organizations but could be on multiple teams.
240+
To take an example, let's talk about the projects list endpoint. A project belongs to an organization but could be on multiple teams.
241241

242242
By default, here's what the project endpoint should look like
243243

0 commit comments

Comments
 (0)